RibbonBarAppButton
Wisej.Web.Ext.RibbonBar.RibbonBarAppButton
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)
Represents the main application button in a RibbonBar displayed before the first RibbonBarPage.
public class RibbonBarAppButton : ComponentPublic Class RibbonBarAppButton
Inherits ComponentProperties
BackColor
Color: Returns or sets the background color of the RibbonBarAppButton tab button. (Default: Color [Empty])
ForeColor
Color: Returns or sets the text color of the RibbonBarAppButton tab button. (Default: Color [Empty])
Image
Image: Returns or sets the image that is displayed in the RibbonBarAppButton.
ImageIndex
Int32: Returns or sets the index value of the image assigned to the RibbonBarAppButton. (Default: -1)
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
ImageKey
String: Returns or sets the name of the image assigned to the RibbonBarAppButton. (Default: "")
ImageSource
String: Returns or sets the theme name or URL for the image to display in the RibbonBarAppButton.
Parent
RibbonBar: Returns the RibbonBar that owns this RibbonBarAppButton.
RibbonBar
RibbonBar: Returns the RibbonBar that contains this RibbonBarAppButton;
Text
String: Returns or sets the text of the RibbonBarAppButton. (Default: "")
ToolTipText
String: Returns or sets the tooltip text for the RibbonBarAppButton. (Default: "")
Visible
Boolean: Returns or sets whether the RibbonBarAppButton is visible or hidden. (Default: False)
Methods
Update()
Updates the component on the client.
Last updated
Was this helpful?