Version

Toolbar Class

Represents the toolbar of the WebHtmlEditor.
Syntax
'Declaration
 
Public Class Toolbar 
   Inherits BaseChildControl
public class Toolbar : BaseChildControl 
Remarks

There is one Toolbar instance associated with each WebHtmlEditor (as the WebHtmlEditor.Toolbar property). Configure the Toolbar by adding items derived from BaseToolbarItem (ToolbarButton, ToolbarDropDown, ToolbarImage, ToolbarMenuButton, ToolbarText, and ToolbarUploadButton). This can be done using the easy-to-use high level WebHtmlEditor.AddToolbarItem method of the WebHtmlEditor control, or by using the Toolbar.Items collection (i.e., calling' WebHtmlEditor.Toolbar.Items.Add, WebHtmlEditor.Toolbar.Items.Remove, etc).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also