Gets or sets the command.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public ToolbarItem..::..CommandType Command { get; set; } |
| Visual Basic |
|---|
Public Property Command As ToolbarItem..::..CommandType Get Set |
| Visual C++ |
|---|
public: property ToolbarItem..::..CommandType Command { ToolbarItem..::..CommandType get (); void set (ToolbarItem..::..CommandType value); } |
Field Value
Command for the toolbar item.
Remarks
Use this property to set the command to a value in CommandType enumeration
so that the control associates this toolbar item to the specified command to execute at runtime.