ToolBar
Wisej.Web.ToolBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a toolbar component.
Constructors
ToolBar()

Initializes a new instance of the ToolBar class.
Properties
AutoOverflow

Boolean: Enables the overflow handling which automatically removes items that don't fit in the Toolbar and adds them to a drop-down menu button.
AutoSize

Boolean: Returns or sets whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style.
BorderStyle

BorderStyle: Returns or sets the border style of the toolbar control.
Buttons

ToolBarButtonCollection: Returns the collection of ToolBarButton controls assigned to the toolbar control.
CausesValidation

Boolean: Returns or sets whether clicking ToolBar buttons causes validation to be performed on the active control.
Dock

ImageList

ImageList: Returns or sets the collection of images available to the toolbar button controls.
ShowToolTips

Boolean: Returns or sets whether the toolbar displays a ToolTip for each button.
TextAlign

ToolBarTextAlign: Returns or sets the alignment of text in relation to each image displayed on the toolbar button controls.
Events
AutoSizeChanged

EventHandler Fired when the value of the AutoSize property has changed.
ButtonClick

ToolBarButtonClickEventHandler Fired when a ToolBarButton on the ToolBar is clicked.
ButtonDropDown

ToolBarButtonClickEventHandler Fired when a drop-down style ToolBarButton or its down arrow is clicked.
Implements
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?