
| Visual Basic (Declaration) | |
|---|---|
Public Class WebToolBar Inherits ISNet.WebUI.ISNetControl Implements ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.ICustomXmlSerializer, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, ISNet.WebUI.ITemplateSync, IBar, ICommand, IWebMenuControl | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebToolBar | |
| C# | |
|---|---|
public class WebToolBar : ISNet.WebUI.ISNetControl, ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.ICustomXmlSerializer, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, ISNet.WebUI.ITemplateSync, IBar, ICommand, IWebMenuControl | |
You can use WebToolBar control to quickly build a professional desktop application-style's ToolBar. WebToolBar is designed with an elegant architecture and object model as well as specialized user interface for each element. That means, you no longer require any workarounds to create a look like ToolBar object which is not only rich in styles, but also in every functions and behaviors.
When combined with PlaceHolder manager, you can easily deploy dockable ToolBars which commonly found in desktop-based applications. Supported by PlaceHolderManager architecture, you can dock the ToolBar quickly with just a property change, no extensive coding required.
WebToolBar is also supported with an interactive designer which eases you during design and development time process. No more unvisualized designer or hard coding is needed.
Some important features of WebToolBar include:
- TrueShape™
TrueShape is an innovative rendering technology which enables round corner shape to be rendered without the needs to use images. - TrueDock™
TrueDock is the only correct implementation today which allowing end users to dock a ToolBar into four edges of designated content area. - Docking and Floating
WebToolBar can be configured as docking and floating. - ToolBar Merging
WebToolBar introduces Merging feature which allows you to Merge ToolBar from your parent page with child page.
To learn more on the toolbar's features please refer to the WebToolBar Features.
WebToolBar provides some Designers to help you configuring the WebToolBar as easy as possible. Those designers are WebToolBar Designer, WebToolBar Quick Designer, and Visual Menu Builder.
- WebToolBar Designer.
WebToolBar Designer is the common designer that Intersoft Component has, and also the complete designer which used to handle all property management of WebToolBar. In addition, the structure of WebToolBar can also be managed using StructureManager.
-
WebToolBar Quick Designer.
WebToolBar Quick Designer is a more specific Designer, it focus on properties that related to WebToolBar Features. In general WebToolBar Quick Designer is divided into three Main tabs, they are Bar, Docking, and Command. -
Visual Menu Builder
Visual Menu Builder is another Designer that integrated to WebToolBar, it is used to help you managing WebToolBar CommandTypes of type DropDown Buttons and Split Buttons.
For more information regarding WebToolBar Designer please refer to Working with ToolBar Designer.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
ISNet.WebUI.ISNetControl
ISNet.WebUI.WebDesktop.WebToolBar
Target Platforms: 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
Reference
WebToolBar MembersISNet.WebUI.WebDesktop Namespace
Tasks
Creating Dockable ToolbarCreating Standalone Toolbar
Changing Toolbar docking at design time
Configuring Floating Mode
Configuring ToolCommand Toolbar Merging
Concepts
WebToolBar OverviewWebToolBar Features
Understanding ToolBar Architecture
Working with ToolBar Designer
Rich Design-time Experience