RibbonBarPage

Wisej.Web.Ext.RibbonBar.RibbonBarPage

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)

Represent a page in a RibbonBar control.

public class RibbonBarPage : Component

Constructors

RibbonBarPage()

Properties

Enabled

Boolean: Returns or sets whether the items in the RibbonBarPage can respond to user interaction. (Default: True)

Groups

RibbonBarGroupCollection: Returns the RibbonBarGroup collection in the RibbonBarPage.

Name

String: Returns or sets the name of the RibbonBarPage.

Parent

RibbonBar: Returns the RibbonBar that owns this RibbonBarPage.

RibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarPage;

Selected

Boolean: Returns or sets whether the RibbonBarPage is the currently SelectedPage.

TabBackColor

Color: Returns or sets the background color of the RibbonBarPage tab button. (Default: Color [Empty])

TabForeColor

Color: Returns or sets the text color of the RibbonBarPage tab button. (Default: Color [Empty])

Text

String: Returns or sets the title of the RibbonBarPage. (Default: "")

UseMnemonic

Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key to select this RibbonBarPage. (Default: True)

Visible

Boolean: Returns or sets whether the RibbonBarPage is visible or hidden. (Default: True)

Methods

Update()

Updates the component on the client.

Last updated

Was this helpful?