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


In This Topic
    RibbonColorPickerItem Class Members
    In This Topic

    The following tables list the members exposed by RibbonColorPickerItem.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of RibbonColorPickerItem.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the currently selected color.  
    Public PropertyGets or sets the number of color elements that should be displayed per row.  
    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 whether the palette should be expanded to include five additional entries with different brightness for each color in the main palette.  
    Public PropertyGets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets whether the color picker buttons should be large or small.  
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the predefined color palette.  
    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 the array of colors to choose from.  
    Public PropertyGets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the C1StatusBar that this RibbonItem belongs to. (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 ToolTip string. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets whether to show the color names in tooltips.  
    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. Clean up any resources being used. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public MethodDetermines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public MethodReturns the color index from the palette.  
    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 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 RibbonItem.MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodRaises the RibbonItem.MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodRaises the SelectedColorChanged event.  
    Protected Method  
    Protected MethodRestores the default value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected Method  
    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 RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the item is clicked.  
    Public Event (Inherited from System.ComponentModel.Component)
    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)
    Public EventOccurs when the Color property has changed.  
    Top
    See Also