ToolBarExtensions
Wisej.Web.Markup.ToolBarExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the ToolBar class.
public class ToolBarExtensionsPublic Class ToolBarExtensionsMethods
AutoOverflow<TToolBar>(toolBar, autoOverflow)
Configures the auto overflow behavior of the specified ToolBar.
Returns: TToolBar. The modified toolbar.
BorderStyle<TToolBar>(toolBar, borderStyle)
Sets the border style of the specified ToolBar.
Returns: TToolBar. The modified toolbar.
Buttons<TToolBar>(toolBar, toolBarButtons)
Adds an array of ToolBarButton to the specified ToolBar.
TToolBar
Returns: TToolBar. The modified toolbar.
ImageList<TToolBar>(toolBar, imageList)
Assigns an ImageList to the specified ToolBar.
Returns: TToolBar. The modified toolbar.
OnButtonClick<TToolBar>(toolbar, action)
Returns: TToolBar.
OnButtonDropDown<TToolBar>(toolbar, action)
Returns: TToolBar.
ShowToolTips<TToolBar>(toolBar, showToolTips)
Configures whether tooltips are shown on the specified ToolBar.
Returns: TToolBar. The modified toolbar.
TextAlign<TToolBar>(toolBar, toolBarTextAlign)
Sets the text alignment on the specified ToolBar.
TToolBar
Returns: TToolBar. The modified toolbar.
Last updated
Was this helpful?

