UltimateEditor Class Library

ToolbarItem.Type Property

Gets or sets the item type.

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

Property Value

Item type.

Remarks

Use this property to set the item type to a value in ItemType enumeration.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace