C# Class System.Windows.Forms.UserControl

Inheritance: ContainerControl
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
GetPreferredSizeCore System.Drawing.Size
OnCreateControl void
OnLoad void
OnMouseDown void
ValidateChildren bool
ValidateChildren bool

Méthodes publiques

Méthode Description
UserControl ( ) : System

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
GetPreferredSizeCore ( Size proposedSize ) : Size
OnCreateControl ( ) : void
OnLoad ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

Method Details

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

UserControl() public méthode

public UserControl ( ) : System
Résultat System