Property | Type | Description | |
---|---|---|---|
_break | bool | ||
_checked | bool | ||
comboBox | |||
enabled | bool | ||
image | |||
imageIndex | int | ||
imageList | |||
infrequent | bool | ||
menuItems | |||
radioCheck | bool | ||
realOwner | Object | ||
shortcut | Shortcut | ||
text | string | ||
userData | object | ||
visible | bool |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
MenuCommand ( ) : System | ||
MenuCommand ( |
||
MenuCommand ( string text ) : System | ||
MenuCommand ( string text, |
||
MenuCommand ( string text, EventHandler clickHandler ) : System | ||
MenuCommand ( string text, |
||
MenuCommand ( string text, |
||
MenuCommand ( string text, |
||
MenuCommand ( string text, Shortcut shortcut ) : System | ||
MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System | ||
OnClick ( |
||
OnUpdate ( |
Method | Description | |
---|---|---|
InternalConstruct ( string text, |
protected InternalConstruct ( string text, |
||
text | string | |
imageList | ||
imageIndex | int | |
shortcut | Shortcut | |
clickHandler | EventHandler | |
bitmap | ||
realOwner | object | |
return | void |
public MenuCommand ( |
||
comboBox | ||
return | System |
public MenuCommand ( string text, |
||
text | string | |
bitmap | ||
shortcut | Shortcut | |
clickHandler | EventHandler | |
realOwner | Object | |
return | System |
public MenuCommand ( string text, EventHandler clickHandler ) : System | ||
text | string | |
clickHandler | EventHandler | |
return | System |
public MenuCommand ( string text, |
||
text | string | |
imageList | ||
imageIndex | int | |
return | System |
public MenuCommand ( string text, |
||
text | string | |
imageList | ||
imageIndex | int | |
shortcut | Shortcut | |
return | System |
public MenuCommand ( string text, |
||
text | string | |
imageList | ||
imageIndex | int | |
shortcut | Shortcut | |
clickHandler | EventHandler | |
return | System |
public MenuCommand ( string text, Shortcut shortcut ) : System | ||
text | string | |
shortcut | Shortcut | |
return | System |
public MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System | ||
text | string | |
shortcut | Shortcut | |
clickHandler | EventHandler | |
return | System |
protected ComboBox,System.Windows.Forms comboBox | ||
return |
protected ImageList,System.Windows.Forms imageList | ||
return |
protected MenuCommandCollection,SidebarLibrary.Collections menuItems | ||
return |