TabControlExtensions
Wisej.Web.Markup.TabControlExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.TabControlExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the TabControl class.
Sets the Alignment property of the specified TabControl.
Returns: TTabControl. The modified tab control with the updated Alignment property.
This method allows you to specify the alignment of the tabs in the tab control.
Sets the BorderStyle property of the specified TabControl.
Returns: TTabControl. The modified tab control with the updated BorderStyle property.
This method allows you to specify the border style of the tab control.
Sets the ItemSize property of the specified TabControl.
Returns: TTabControl. The modified tab control with the updated ItemSize property.
This method allows you to specify the size of each tab item in the tab control.
Attaches an event handler for the Deselected event of the specified TabControl.
Returns: TTabControl. The modified tab control with the attached Deselected event handler.
This method allows you to execute a custom action whenever a tab is deselected.
Attaches an event handler for the Deselecting event of the specified TabControl.
action
An action to execute when a tab is being deselected.
Returns: TTabControl. The modified tab control with the attached Deselecting event handler.
This method allows you to execute a custom action whenever a tab is being deselected.
Attaches an event handler for the Selected event of the specified TabControl.
Returns: TTabControl. The modified tab control with the attached Selected event handler.
This method allows you to execute a custom action whenever a tab is selected.
Attaches an event handler for the Selecting event of the specified TabControl.
action
An action to execute when a tab is being selected.
Returns: TTabControl. The modified tab control with the attached Selecting event handler.
This method allows you to execute a custom action whenever a tab is being selected.
Sets the SelectedIndex property of the specified TabControl.
Returns: TTabControl. The modified tab control with the updated SelectedIndex property.
This method allows you to specify the index of the tab to select.
Sets the ShowToolTips property of the specified TabControl.
Returns: TTabControl. The modified tab control with the updated ShowToolTips property.
This method allows you to enable or disable the display of tooltips for the tabs in the tab control.
Sets the SizeMode property of the specified TabControl.
Returns: TTabControl. The modified tab control with the updated SizeMode property.
This method allows you to specify the size mode of the tabs in the tab control.
Adds the specified tab pages to the TabPages collection of the specified TabControl.
Returns: TTabControl. The modified tab control with the added tab pages.
This method allows you to add multiple tab pages to the tab control in one call.