Skip to main content

RibbonBarAppButton

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents the main application button in a RibbonBar displayed before the first RibbonBarPage.

public class RibbonBarAppButton : Component

Properties

Instance memberBackColor

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

Instance memberForeColor

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

Instance memberImage

Image: Returns or sets the image that is displayed in the RibbonBarAppButton.

Instance memberImageIndex

Int32: Returns or sets the index value of the image assigned to the RibbonBarAppButton. (Default: -1)

Throws:

Instance memberImageKey

String: Returns or sets the name of the image assigned to the RibbonBarAppButton. (Default: "")

Instance memberImageSource

String: Returns or sets the theme name or URL for the image to display in the RibbonBarAppButton.

Instance memberParent

RibbonBar: Returns the RibbonBar that owns this RibbonBarAppButton.

Instance memberRibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarAppButton;

Instance memberText

String: Returns or sets the text of the RibbonBarAppButton. (Default: "")

Instance memberToolTipText

String: Returns or sets the tooltip text for the RibbonBarAppButton. (Default: "")

Instance memberVisible

Boolean: Returns or sets whether the RibbonBarAppButton is visible or hidden. (Default: False)

Methods

Instance memberUpdate()

Updates the component on the client.