Свойство | Type | Description | |
---|---|---|---|
ContextMenuStrip_Closing | void | ||
PaintArrow | void | ||
SetButtonDrawState | void | ||
ShowContextMenuStrip | void |
Méthode | Description | |
---|---|---|
GetPreferredSize ( Size proposedSize ) : Size | ||
SplitButton ( ) : System |
Méthode | Description | |
---|---|---|
IsInputKey ( Keys keyData ) : bool | ||
OnGotFocus ( EventArgs e ) : void | ||
OnKeyDown ( KeyEventArgs kevent ) : void | ||
OnKeyUp ( KeyEventArgs kevent ) : void | ||
OnLostFocus ( EventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs mevent ) : void | ||
OnPaint ( PaintEventArgs pevent ) : void |
Méthode | Description | |
---|---|---|
ContextMenuStrip_Closing ( object sender, ToolStripDropDownClosingEventArgs e ) : void | ||
PaintArrow ( Graphics g, Rectangle dropDownRect ) : void | ||
SetButtonDrawState ( ) : void | ||
ShowContextMenuStrip ( ) : void |
public GetPreferredSize ( Size proposedSize ) : Size | ||
proposedSize | Size | |
Résultat | Size |
protected IsInputKey ( Keys keyData ) : bool | ||
keyData | Keys | |
Résultat | bool |
protected OnGotFocus ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnKeyDown ( KeyEventArgs kevent ) : void | ||
kevent | KeyEventArgs | |
Résultat | void |
protected OnKeyUp ( KeyEventArgs kevent ) : void | ||
kevent | KeyEventArgs | |
Résultat | void |
protected OnLostFocus ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseUp ( MouseEventArgs mevent ) : void | ||
mevent | MouseEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
Résultat | void |