ToolBar
Wisej.Web.ToolBar
Last updated
Was this helpful?
Wisej.Web.ToolBar
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a toolbar component.
public class ToolBar : Control, IWisejDesignTarget
Initializes a new instance of the ToolBar class.
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. (Default: True
)
Boolean: Returns or sets whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style. (Default: True
)
BorderStyle: Returns or sets the border style of the toolbar control. (Default: None
)
Int32: Returns the number of child buttons without forcing the creation of the collection.
ToolBarButtonCollection: Returns the collection of ToolBarButton controls assigned to the toolbar control.
Boolean: Returns or sets whether clicking ToolBar buttons causes validation to be performed on the active control. (Default: False
)
Size:
DockStyle: (Default: Top
)
ImageList: Returns or sets the collection of images available to the toolbar button controls. (Default: null
)
Boolean: Returns or sets whether the toolbar displays a ToolTip for each button. (Default: True
)
ToolBarTextAlign: Returns or sets the alignment of text in relation to each image displayed on the toolbar button controls. (Default: Underneath
)
Disposes of the resources (other than memory) used by the ToolBar.
disposing
true when this method is called by the application rather than a finalizer.
Returns a collection of referenced components or collection of components.
items
Fires the BindingContextChanged event.
e
Fires the ButtonClick event.
e
Fires the ButtonDropDown event.
e
Fires the EnabledChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Sets the specified bounds of the ToolBar control.
x
The new Left property value of the control.
y
The new Top property value of the control.
width
The new Width property value of the control.
height
Not used.
specified
Validates the current control.
Returns: Boolean. true if the active control is validated.
EventHandler Fired when the value of the AutoSize property has changed.
ToolBarButtonClickEventHandler Fired when a ToolBarButton on the ToolBar is clicked.
ToolBarButtonClickEventHandler Fired when a drop-down style ToolBarButton or its down arrow is clicked.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
An that contains the event data.
A that contains the event data.
A that contains the event data.
An that contains the event data.
A combination of the values.
All wisej controls derived from the class must implement this interface.