Gets or sets the toolbar item with the specified ID.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public ToolbarItem this[ string ID ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ ID As String _ ) As ToolbarItem Get Set |
| Visual C++ |
|---|
public: property ToolbarItem^ default[String^ ID] { ToolbarItem^ get (String^ ID); void set (String^ ID, ToolbarItem^ value); } |
Parameters
- ID
- Type: System..::..String
The ID of the toolbar item to get or set.