Gets or sets the toolbar item with the specified ID.
Namespace:
Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.6.3822.15677
Syntax
| C# |
|---|
public ToolbarItem this[ string ID ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ ID As String _ ) As ToolbarItem |
| 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.