See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Toolbar Property

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(); }

Return Type

An HtmlBoxToolbar control representing the toolbar.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.