C# Class System.Windows.Forms.GroupBox

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
GetPreferredSizeCore System.Drawing.Size

Public Methods

Method Description
GroupBox ( ) : System.Drawing
ToString ( ) : string

Protected Methods

Method Description
CreateHandle ( ) : void
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
ProcessMnemonic ( char charCode ) : bool
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void

Private Methods

Method Description
GetPreferredSizeCore ( Size proposedSize ) : Size

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

GroupBox() public method

public GroupBox ( ) : System.Drawing
return System.Drawing

OnFontChanged() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ProcessMnemonic() protected method

protected ProcessMnemonic ( char charCode ) : bool
charCode char
return bool

ScaleControl() protected method

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
return void

ToString() public method

public ToString ( ) : string
return string