Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonButton Class
Properties Methods Events


In This Topic
    RibbonButton Class Members
    In This Topic

    The following tables list the members exposed by RibbonButton.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating if the image can be scaled in high-resolution applications. (Inherited from C1.Win.Ribbon.RibbonIconItem)
    Public PropertyOverridden. Gets or sets whether the user can add this RibbonItem to the Quick Access Toolbar at runtime.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the description for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets a value indicating if the image should be flipped horizontally in RightToLeft mode. (Inherited from C1.Win.Ribbon.RibbonIconItem)
    Public PropertyGets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the icon set used to display item with different sizes. (Inherited from C1.Win.Ribbon.RibbonIconItem)
    Public PropertyGets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the KeyTip providing keyboard access to the Button.  
    Public PropertyGets or sets the large image. (Inherited from C1.Win.Ribbon.RibbonIconItem)
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the owner collection for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets a value indicating whether the button is owner-drawn.  
    Public PropertyGets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the interval before the button starts firing click events, in milliseconds.  
    Public PropertyGets or sets the interval between clicks when the button is kept pressed, in milliseconds.  
    Public PropertyGets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets a value indicating whether this item can be selected in a RibbonListItem.  
    Public PropertyGets or sets the shortcut key text associated with the menu item.  
    Public PropertyGets or sets the shortcut keys associated with the button.  
    Public PropertyGets or sets a value indicating if this RibbonItem can be shown in drop down part of the More button when ribbon is simplified.  
    Public PropertyGets or sets a value indicating whether this RibbonItem can be shown in a simplified view. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the small image. (Inherited from C1.Win.Ribbon.RibbonIconItem)
    Public PropertyGets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyImposes a restriction on sizing the item when it appears on a RibbonGroup. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyUser-defined data associated with the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the text associated with the RibbonButton.  
    Public PropertyGets or sets a value indicating whether the text should appear below the image. (Inherited from C1.Win.Ribbon.RibbonIconItem)
    Public PropertyGets or sets the ToolTip string. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets whether this RibbonItem is visible. (Inherited from C1.Win.Ribbon.RibbonItem)
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public MethodDetermines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public MethodServes as the default hash function. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodPerforms the Click event.  
    Public MethodPerforms the DoubleClick event.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the Click event.  
    Protected MethodRaises the DoubleClick event.  
    Protected MethodRaises the DrawItem event.  
    Protected MethodRaises the MeasureItem event.  
    Protected MethodRaises the RibbonItem.MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodRaises the RibbonItem.MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodRestores the default value of the Text property.  
    Protected MethodRestores the default value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected Method (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected Method (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodSpecifies whether to save the value of the Text property.  
    Protected MethodSpecifies whether to save the value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the button is clicked.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the button is double-clicked.  
    Public EventOccurs when the button is owner-drawn.  
    Public EventOccurs when the button is measured.  
    Public EventOccurs when the mouse enters the item. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public EventOccurs when the mouse leaves the item. (Inherited from C1.Win.Ribbon.RibbonItem)
    Top
    See Also