Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Toolbar Property (HtmlBox) |
Gets an HtmlBoxToolbar control representing the toolbar.
[Visual Basic]
<DescriptionAttribute("Returns the HtmlBoxToolbar which represents the toolbar used by the HtmlBox.")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
<CategoryAttribute()>
Public ReadOnly Property Toolbar As Toolbar
[C#]
[DescriptionAttribute("Returns the HtmlBoxToolbar which represents the toolbar used by the HtmlBox.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
[CategoryAttribute()]
public Toolbar Toolbar {get;}
[C++]
[DescriptionAttribute("Returns the HtmlBoxToolbar which represents the toolbar used by the HtmlBox.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
[CategoryAttribute()]
public: __property Toolbar* get_Toolbar();
[C++/CLI]
[DescriptionAttribute("Returns the HtmlBoxToolbar which represents the toolbar used by the HtmlBox.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
[CategoryAttribute()]
public:
property Toolbar^ Toolbar {
Toolbar^ get();
}
An HtmlBoxToolbar control representing the toolbar.
The Toolbar contains/manages all toolbar items. Only classes that derive from BaseToolbarItem can be placed on the toolbar. The following list describes each class that derives from BaseToolbarItem:
The HtmlBoxToolbar.Items property exposes the ToolbarItemCollection which contains/manages all toolbar items. Use the HtmlBox.AddToolbarItem method as a shortcut method to easily add a new toolbar item. The ToolbarItemCollection.Clear method of the ToolbarItemCollection and the HtmlBox.Clear method of the HtmlBox both clear this collection.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.