The following tables list the members exposed by CommandLoad.
Name | Description | |
---|---|---|
description | Description of the command, retrieved from resource (Inherited from CommandExecutor) | |
imageName | The image name of the command (Inherited from CommandExecutor) | |
name | Name of the command, retrieved from resource (Inherited from CommandExecutor) | |
Params | Parced params (Inherited from CommandExecutor) | |
shortcut | Default shortcut of the command (Inherited from CommandExecutor) | |
style | Default toggle style (Inherited from CommandExecutor) | |
text | Text of the command, retrieved from resource (Inherited from CommandExecutor) | |
type | The chart command type (Inherited from CommandExecutor) |
Name | Description | |
---|---|---|
GetCommandIType | Overridden. Gets the CommandInterfaceType which represents if command is empty and do nothing ( CommandInterfaceType.Container ) or executable ( CommandInterfaceType.Executable ) or both ( CommandInterfaceType.Mixed ). | |
GetCommandPopupStyle | Gets defined CommandPopupStyle of this command executor. Default is Menu. (Inherited from CommandExecutor) | |
GetImageName | Gets image name registered in Chart.NamedImageCollection or dynamicaly loaded from resources (Inherited from CommandExecutor) | |
GetSubCommandTypes | Overridden. Gets array of ChartCommandType which represents default sub commands. | |
GetSupportedElements | Returns set of supportwd elements of this command (Inherited from CommandExecutor) | |
LoadProperty | Loads property (string) from string resource. (Inherited from CommandExecutor) | |
SetDefaultItems | Reads object fields from resources (Inherited from CommandExecutor) |