Skip to main content

RibbonBarPage

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represent a page in a RibbonBar control.

public class RibbonBarPage : Component

Constructors

Instance memberRibbonBarPage()

Properties

Instance memberEnabled

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

Instance memberGroups

RibbonBarGroupCollection: Returns the RibbonBarGroup collection in the RibbonBarPage.

Instance memberName

String: Returns or sets the name of the RibbonBarPage.

Instance memberParent

RibbonBar: Returns the RibbonBar that owns this RibbonBarPage.

Instance memberRibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarPage;

Instance memberSelected

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

Instance memberTabBackColor

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

Instance memberTabForeColor

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

Instance memberText

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

Instance memberUseMnemonic

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)

Instance memberVisible

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

Methods

Instance memberUpdate()

Updates the component on the client.