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


In This Topic
    RibbonGroup Class Members
    In This Topic

    The following tables list the members exposed by RibbonGroup.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the group can be collapsed.  
    Public PropertyGets or sets whether the user can add this RibbonGroup to the Quick Access Toolbar at runtime.  
    Public PropertyGets or sets the priority index of the groups for resizing and collapsing.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets whether this item group is enabled.  
    Public PropertyGets or sets the KeyTip providing keyboard access to a RibbonGroup.  
    Public PropertyGets or sets the tooltip for the collapsed group button.  
    Public PropertyGets or sets whether this RibbonGroup has a dialog launcher button.  
    Public PropertyGets the icon set.  
    Public PropertyGets or sets the small image (16 x 16) used when the group is collapsed.  
    Public PropertyGets a value indicating whether the RibbonGroup has been disposed of.  
    Public PropertyGets the collection of Ribbon items in this group.  
    Public PropertyGets or sets whether the dialog launcher button is enabled for this RibbonGroup.  
    Public PropertyGets or sets the KeyTip providing keyboard access to a dialog launcher button.  
    Public PropertyGets or sets the tooltip for the dialog launcher button.  
    Public PropertyGets or sets the unique name for this RibbonGroup.  
    Public PropertyGets the owner collection for this RibbonGroup.  
    Public PropertyGets the C1Ribbon that this item group belongs to.  
    Public PropertyOverridden. Gets or sets the ISite of the RibbonGroup.  
    Public PropertyGets the RibbonTab that this item group belongs to.  
    Public PropertyUser-defined data associated with the RibbonGroup.  
    Public PropertyGets or sets the text label that appears at the bottom of this group.  
    Public PropertyGets or sets whether the group caption should be trimmed if it is longer than the contents of the group.  
    Public PropertyGets or sets whether this item group is visible.  
    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 RibbonGroup is equal to the current RibbonGroup.  
    Public MethodServes as the default hash function.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    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 DialogLauncherClick event.  
    Protected MethodRaises the MouseEnter event.  
    Protected MethodRaises the MouseLeave event.  
    Protected MethodRestores the default value of the Text property.  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected MethodSpecifies whether to save the value of the Text property.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user clicks the dialog launcher button.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the mouse enters the Ribbon group.  
    Public EventOccurs when the mouse leaves the Ribbon group.  
    Top
    Public Operators
    Determines whether the specified RibbonGroup instances are considered equal.
    Determines whether the specified RibbonGroup instances are considered not equal.
    Top
    See Also