Name | Description | |
---|---|---|
RibbonColorPickerItem Constructor | Creates a new instance of RibbonColorPickerItem. |
The following tables list the members exposed by RibbonColorPickerItem.
Name | Description | |
---|---|---|
RibbonColorPickerItem Constructor | Creates a new instance of RibbonColorPickerItem. |
Name | Description | |
---|---|---|
Color | Gets or sets the currently selected color. | |
ColorsPerRow | Gets or sets the number of color elements that should be displayed per row. | |
Container | (Inherited from System.ComponentModel.Component) | |
Description | Gets or sets the description for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Enabled | Gets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ExpandColors | Gets or sets whether the palette should be expanded to include five additional entries with different brightness for each color in the main palette. | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
IsDisposed | Gets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem) | |
LargeButtons | Gets or sets whether the color picker buttons should be large or small. | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OfficeColorPalette | Gets or sets the predefined color palette. | |
OwnerCollection | Gets the owner collection for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerControl | Gets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Palette | Gets or sets the array of colors to choose from. | |
Parent | Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Ribbon | Gets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Site | Gets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
StatusBar | Gets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tab | Gets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tag | User-defined data associated with the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ToolTip | Gets or sets the ToolTip string. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ToolTipColorNames | Gets or sets whether to show the color names in tooltips. | |
Visible | Gets or sets whether this RibbonItem is visible. (Inherited from C1.Win.Ribbon.RibbonItem) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Equals | Determines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetColorIndex | Returns the color index from the palette. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnClick | Raises the Click event. | |
OnMouseEnter | Raises the RibbonItem.MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnMouseLeave | Raises the RibbonItem.MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnSelectedColorChanged | Raises the SelectedColorChanged event. | |
ResetColor | ||
ResetToolTip | Restores the default value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeColor | ||
ShouldSerializeID | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeName | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeToolTip | Specifies whether to save the value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem) |
Name | Description | |
---|---|---|
Click | Occurs when the item is clicked. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
SelectedColorChanged | Occurs when the Color property has changed. |