Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DropDownButton ( |
Initializes a new instance of the DropDownButton class.
|
|
NotifyDefault ( bool value ) : void |
Notifies the T:System.Windows.Forms.Button whether it is the default button so that it can adjust its appearance accordingly.
|
Méthode | Description | |
---|---|---|
OnGotFocus ( |
|
|
OnLostFocus ( |
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.MouseDown event.
|
|
OnMouseEnter ( |
Raises the E:System.Windows.Forms.Control.MouseEnter event.
|
|
OnMouseLeave ( |
Raises the E:System.Windows.Forms.Control.MouseLeave event.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.MouseUp event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.Paint event.
|
public DropDownButton ( |
||
comboBox | The combo box. | |
Résultat | System |
public NotifyDefault ( bool value ) : void | ||
value | bool | true if the button is to have the appearance of the default button; otherwise, false. |
Résultat | void |
protected OnGotFocus ( |
||
e | ||
Résultat | void |
protected OnLostFocus ( |
||
e | ||
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
Résultat | void |
protected OnMouseEnter ( |
||
e | An |
|
Résultat | void |
protected OnMouseLeave ( |
||
e | An |
|
Résultat | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
Résultat | void |