ToolBarExtensions
Wisej.Web.Markup.ToolBarExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.ToolBarExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the ToolBar class.
public class ToolBarExtensions
Configures the auto overflow behavior of the specified ToolBar.
TToolBar
toolBar
The toolbar to modify.
autoOverflow
Specifies whether the toolbar should automatically handle overflow.
Returns: TToolBar. The modified toolbar.
Sets the border style of the specified ToolBar.
TToolBar
toolBar
The toolbar to modify.
borderStyle
The border style to apply.
Returns: TToolBar. The modified toolbar.
Adds an array of ToolBarButton to the specified ToolBar.
TToolBar
toolBar
The toolbar to modify.
toolBarButtons
The buttons to add to the toolbar.
Returns: TToolBar. The modified toolbar.
Assigns an ImageList to the specified ToolBar.
TToolBar
toolBar
The toolbar to modify.
imageList
The ImageList to assign.
Returns: TToolBar. The modified toolbar.
TToolBar
toolbar
action
Returns: TToolBar.
TToolBar
toolbar
action
Returns: TToolBar.
Configures whether tooltips are shown on the specified ToolBar.
TToolBar
toolBar
The toolbar to modify.
showToolTips
Specifies whether to show tooltips.
Returns: TToolBar. The modified toolbar.
Sets the text alignment on the specified ToolBar.
TToolBar
toolBar
The toolbar to modify.
toolBarTextAlign
The text alignment to set.
Returns: TToolBar. The modified toolbar.