Gets or sets the item type.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public ToolbarItem..::..ItemType Type { get; set; }
Visual Basic
Public Property Type As ToolbarItem..::..ItemType
	Get
	Set
Visual C++
public:
property ToolbarItem..::..ItemType Type {
	ToolbarItem..::..ItemType get ();
	void set (ToolbarItem..::..ItemType value);
}

Field Value

Item type.

Remarks

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

See Also