Property | Type | Description | |
---|---|---|---|
ContextMenuStrip_Closing | void | ||
PaintArrow | void | ||
SetButtonDrawState | void | ||
ShowContextMenuStrip | void |
Method | Description | |
---|---|---|
GetPreferredSize ( Size proposedSize ) : Size | ||
SplitButton ( ) : System |
Method | 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 |
Method | 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 | |
return | Size |
protected OnKeyDown ( KeyEventArgs kevent ) : void | ||
kevent | KeyEventArgs | |
return | void |
protected OnKeyUp ( KeyEventArgs kevent ) : void | ||
kevent | KeyEventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs mevent ) : void | ||
mevent | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |