Property | Type | Description | |
---|---|---|---|
LinkCommandCreator | ICommand>.Converter |
Method | Description | |
---|---|---|
MenuCommand ( Codon codon, object caller ) : System | ||
MenuCommand ( Codon codon, object caller, bool createCommand ) : System | ||
MenuCommand ( string label ) : System | ||
MenuCommand ( string label, EventHandler handler ) : System | ||
ParseShortcut ( string shortcutString ) : Keys | ||
UpdateStatus ( ) : void | ||
UpdateText ( ) : void |
Method | Description | |
---|---|---|
OnClick ( System e ) : void |
Method | Description | |
---|---|---|
CreateCommand ( ) : void | ||
GetVisible ( ) : bool |
public MenuCommand ( Codon codon, object caller ) : System | ||
codon | Codon | |
caller | object | |
return | System |
public MenuCommand ( Codon codon, object caller, bool createCommand ) : System | ||
codon | Codon | |
caller | object | |
createCommand | bool | |
return | System |
public MenuCommand ( string label, EventHandler handler ) : System | ||
label | string | |
handler | EventHandler | |
return | System |
public static ParseShortcut ( string shortcutString ) : Keys | ||
shortcutString | string | |
return | Keys |