Property | Type | Description | |
---|---|---|---|
CalculateConnectedArea | Rectangle | ||
Dismiss | void | ||
Dismiss | void | ||
GetChildAtPoint | |||
GetChildAtPoint | |||
GetCurrentlySelectedItem | |||
GetPreferredSizeCore | Size | ||
GetToolStripPreferredSize | Size | ||
GetTopLevelToolStrip | |||
HandleItemClick | void | ||
HideMenus | void | ||
NotifySelectedChanged | void | ||
OnBeginDrag | void | ||
OnEndDrag | void | ||
OnMenuKey | bool | ||
OnPaintBackground | void | ||
OnRightToLeftChanged | void | ||
ResetMinimumSize | void | ||
RestoreFocus | void | ||
SetAutoScrollMargin | void |
Method | Description | |
---|---|---|
GetItemAt ( Point point ) : |
||
GetItemAt ( int x, int y ) : |
||
ToString ( ) : string | ||
ToolStrip ( ) : System | ||
ToolStrip ( ) : System.Drawing |
Method | Description | |
---|---|---|
CreateControlsInstance ( ) : |
||
CreateDefaultItem ( string text, Image image, EventHandler onClick ) : |
||
CreateHandle ( ) : void | ||
Dispose ( bool disposing ) : void | ||
IsInputChar ( char charCode ) : bool | ||
IsInputKey ( Keys keyData ) : bool | ||
OnDockChanged ( EventArgs e ) : void | ||
OnEnabledChanged ( EventArgs e ) : void | ||
OnFontChanged ( EventArgs e ) : void | ||
OnHandleCreated ( EventArgs e ) : void | ||
OnHandleDestroyed ( EventArgs e ) : void | ||
OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void | ||
OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void | ||
OnItemClicked ( |
||
OnItemRemoved ( System.Windows.Forms.ToolStripItemEventArgs e ) : void | ||
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void | ||
OnLayoutCompleted ( EventArgs e ) : void | ||
OnLayoutStyleChanged ( EventArgs e ) : void | ||
OnLeave ( EventArgs e ) : void | ||
OnLostFocus ( EventArgs e ) : void | ||
OnMouseCaptureChanged ( EventArgs e ) : void | ||
OnMouseDown ( |
||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnPaint ( |
||
OnRendererChanged ( EventArgs e ) : void | ||
OnScroll ( |
||
OnTabStopChanged ( EventArgs e ) : void | ||
OnVisibleChanged ( EventArgs e ) : void | ||
ProcessCmdKey ( |
||
Select ( bool directed, bool forward ) : void | ||
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
SetItemLocation ( |
||
SetItemParent ( |
Method | Description | |
---|---|---|
CalculateConnectedArea ( ) : Rectangle | ||
Dismiss ( ) : void | ||
Dismiss ( ToolStripDropDownCloseReason reason ) : void | ||
GetChildAtPoint ( Point point ) : |
||
GetChildAtPoint ( Point pt, GetChildAtPointSkip skipValue ) : |
||
GetCurrentlySelectedItem ( ) : |
||
GetPreferredSizeCore ( Size proposedSize ) : Size | ||
GetToolStripPreferredSize ( Size proposedSize ) : Size | ||
GetTopLevelToolStrip ( ) : |
||
HandleItemClick ( |
||
HideMenus ( bool release, ToolStripDropDownCloseReason reason ) : void | ||
NotifySelectedChanged ( |
||
OnBeginDrag ( EventArgs e ) : void | ||
OnEndDrag ( EventArgs e ) : void | ||
OnMenuKey ( ) : bool | ||
OnPaintBackground ( |
||
OnRightToLeftChanged ( EventArgs e ) : void | ||
ResetMinimumSize ( ) : void | ||
RestoreFocus ( ) : void | ||
SetAutoScrollMargin ( int x, int y ) : void |
protected CreateControlsInstance ( ) : |
||
return |
protected CreateDefaultItem ( string text, Image image, EventHandler onClick ) : |
||
text | string | |
image | Image | |
onClick | EventHandler | |
return |
public GetItemAt ( Point point ) : |
||
point | Point | |
return |
public GetItemAt ( int x, int y ) : |
||
x | int | |
y | int | |
return |
protected IsInputChar ( char charCode ) : bool | ||
charCode | char | |
return | bool |
protected OnDockChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnEnabledChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnFontChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnHandleCreated ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnHandleDestroyed ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void | ||
e | System.Windows.Forms.InvalidateEventArgs | |
return | void |
protected OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void | ||
e | System.Windows.Forms.ToolStripItemEventArgs | |
return | void |
protected OnItemClicked ( |
||
e | ||
return | void |
protected OnItemRemoved ( System.Windows.Forms.ToolStripItemEventArgs e ) : void | ||
e | System.Windows.Forms.ToolStripItemEventArgs | |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void | ||
e | System.Windows.Forms.LayoutEventArgs | |
return | void |
protected OnLayoutCompleted ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnLayoutStyleChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseCaptureChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseDown ( |
||
mea | ||
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseMove ( |
||
mea | ||
return | void |
protected OnMouseUp ( |
||
mea | ||
return | void |
protected OnPaint ( |
||
e | ||
return | void |
protected OnRendererChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnScroll ( |
||
se | ||
return | void |
protected OnTabStopChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnVisibleChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected ProcessCmdKey ( |
||
m | ||
keyData | Keys | |
return | bool |
protected Select ( bool directed, bool forward ) : void | ||
directed | bool | |
forward | bool | |
return | void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
specified | BoundsSpecified | |
return | void |
protected SetItemLocation ( |
||
item | ||
location | Point | |
return | void |
protected static SetItemParent ( |
||
item | ||
parent | ||
return | void |