C# Class System.Windows.Forms.GroupBox

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

Private Properties

Свойство Type Description
GetPreferredSizeCore System.Drawing.Size

Méthodes publiques

Méthode Description
GroupBox ( ) : System.Drawing
ToString ( ) : string

Méthodes protégées

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

Private Methods

Méthode Description
GetPreferredSizeCore ( Size proposedSize ) : Size

Method Details

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

GroupBox() public méthode

public GroupBox ( ) : System.Drawing
Résultat System.Drawing

OnFontChanged() protected méthode

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ProcessMnemonic() protected méthode

protected ProcessMnemonic ( char charCode ) : bool
charCode char
Résultat bool

ScaleControl() protected méthode

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string