C# Class System.Windows.Forms.UserControl

Inheritance: ContainerControl
Mostrar archivo Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
GetPreferredSizeCore System.Drawing.Size
OnCreateControl void
OnLoad void
OnMouseDown void
ValidateChildren bool
ValidateChildren bool

Public Methods

Method Description
UserControl ( ) : System

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method 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 method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

UserControl() public method

public UserControl ( ) : System
return System