TabPageExtensions
Wisej.Web.Markup.TabPageExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.TabPageExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the AllowHtml property of the specified .
TTabPage
tabPage
The tab page for which to set the AllowHtml property.
value
A boolean indicating whether HTML is allowed in the tab page.
Returns: . The modified tab page with the updated AllowHtml property.
This method allows you to enable or disable HTML content in the tab page.
TTabPage
tabPage
The tab page for which to set the CharacterCasing property.
casing
This method allows you to specify the character casing for text in the tab page.
TTabPage
tabPage
The tab page for which to set the HeaderBackColor property.
color
This method allows you to specify the background color of the tab header.
TTabPage
tabPage
The tab page for which to set the HeaderForeColor property.
color
This method allows you to specify the foreground color of the tab header.
TTabPage
tabPage
The tab page for which to set the Hidden property.
value
A boolean indicating whether the tab page is hidden.
This method allows you to hide or show the tab page.
TTabPage
tabPage
The tab page for which to set the ShowInVisibilityMenu property.
value
A boolean indicating whether the tab page is shown in the visibility menu.
This method allows you to control whether the tab page appears in a visibility menu.
TTabPage
tabPage
The tab page for which to set the TabBackColor property.
color
This method allows you to specify the background color of the tab.
TTabPage
tabPage
The tab page for which to set the TabForeColor property.
color
This method allows you to specify the foreground color of the tab.
TTabPage
tabPage
The tab page for which to set the UseMnemonic property.
value
A boolean indicating whether mnemonic characters are used.
This method allows you to enable or disable the use of mnemonic characters in the tab page.
The type of the tab page, must inherit from .
Sets the CharacterCasing property of the specified .
The type of the tab page, must inherit from .
The to set for the tab page.
Returns: . The modified tab page with the updated CharacterCasing property.
Sets the HeaderBackColor property of the specified .
The type of the tab page, must inherit from .
The to set as the header back color.
Returns: . The modified tab page with the updated HeaderBackColor property.
Sets the HeaderForeColor property of the specified .
The type of the tab page, must inherit from .
The to set as the header fore color.
Returns: . The modified tab page with the updated HeaderForeColor property.
Sets the Hidden property of the specified .
The type of the tab page, must inherit from .
Returns: . The modified tab page with the updated Hidden property.
Sets the ShowInVisibilityMenu property of the specified .
The type of the tab page, must inherit from .
Returns: . The modified tab page with the updated ShowInVisibilityMenu property.
Sets the TabBackColor property of the specified .
The type of the tab page, must inherit from .
The to set as the tab back color.
Returns: . The modified tab page with the updated TabBackColor property.
Sets the TabForeColor property of the specified .
The type of the tab page, must inherit from .
The to set as the tab fore color.
Returns: . The modified tab page with the updated TabForeColor property.
Sets the UseMnemonic property of the specified .
The type of the tab page, must inherit from .
Returns: . The modified tab page with the updated UseMnemonic property.