UltimateEditor Class Library

ToolbarItem.Command Property

Gets or sets the command.

[Visual Basic]
Public Property Command As CommandType
[C#]
public ToolbarItem.CommandType Command {get; set;}

Property 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.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace