StatusBarExtensions
Wisej.Web.Markup.StatusBarExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.StatusBarExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Attaches an event handler for the PanelClick event of the specified .
TStatusBar
statusBar
The status bar to attach the event handler to.
action
An action to execute when a panel in the status bar is clicked.
Returns: . The modified status bar with the attached PanelClick event handler.
This method allows you to execute a custom action whenever a panel in the status bar is clicked.
TStatusBar
statusBar
The status bar to which the panels should be added.
panels
This method allows you to add multiple panels to the status bar in one call.
TStatusBar
statusBar
The status bar for which to set the ShowPanels property.
value
A boolean indicating whether panels are shown in the status bar.
This method allows you to enable or disable the display of panels in the status bar.
TStatusBar
statusBar
The status bar for which to set the SizingGrip property.
value
A boolean indicating whether the sizing grip is shown on the status bar.
This method allows you to enable or disable the display of the sizing grip on the status bar.
The type of the status bar, must inherit from .
Adds the specified panels to the Panels collection of the specified .
The type of the status bar, must inherit from .
An array of to add to the status bar.
Returns: . The modified status bar with the added panels.
Sets the ShowPanels property of the specified .
The type of the status bar, must inherit from .
Returns: . The modified status bar with the updated ShowPanels property.
Sets the SizingGrip property of the specified .
The type of the status bar, must inherit from .
Returns: . The modified status bar with the updated SizingGrip property.