메소드 | 설명 | |
---|---|---|
CommandButton ( ) : System |
Initializes a new instance of the CommandButton class.
|
|
GetBestHeight ( ) : int |
Gets the height of the best.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCreateControl ( ) : void |
Raises the M:System.Windows.Forms.Control.CreateControl method.
|
|
OnMouseDown ( System e ) : void |
Raises the E:System.Windows.Forms.Control.MouseDown event.
|
|
OnMouseEnter ( System e ) : void |
|
|
OnMouseLeave ( System e ) : void |
|
|
OnMouseUp ( System e ) : void |
Raises the E:System.Windows.Forms.Control.MouseUp event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.Paint event.
|
|
OnSizeChanged ( |
Raises the E:System.Windows.Forms.Control.SizeChanged event.
|
메소드 | 설명 | |
---|---|---|
GetLargeText ( ) : string |
Gets the large text.
|
|
GetLargeTextSizeF ( ) : |
Gets the large text size F.
|
|
GetSmallText ( ) : string |
Gets the small text.
|
|
GetSmallTextSizeF ( ) : |
Gets the small text size F.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnMouseDown ( System e ) : void | ||
e | System | A |
리턴 | void |
protected OnMouseUp ( System e ) : void | ||
e | System | A |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
리턴 | void |
protected OnSizeChanged ( |
||
e | An |
|
리턴 | void |