Version

UltraPaletteInfo Class Properties

For a list of all members of this type, see UltraPaletteInfo members.

Public Properties
 NameDescription
Public PropertyAllowAlphaGets or sets a value which determines whether the palette displays tools for allowing the user to change the alpha level (transparency) of the color. This includes the slider and the alpha text box.  
Public PropertyAppearanceGets or sets the appearance of the UltraPaletteInfo.  
Public PropertyBorderStyleBorder style for the palette control.  
Public PropertyColorComponentsGets or sets a value which determines which color components are displayed for editing.  
Public PropertyColorGrabberZoomAreaLocationGets or sets the zoomed area location of UltraColorPalette's eye dropper.  
Public PropertyColumnsA collection of GridPaletteColumn instances that represent the columns in the display grid for the palette.  
Public PropertyColumnWidthGets or sets the width of the columns in the grid and custom palette.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCustomColorsA collection of custom colors which can be configured by the user.  
Public PropertyCustomPaletteAppearanceGets or sets the appearance of the custom palette in the UltraPaletteInfo.  
Public PropertyEventManagerThe object that enables, disables and controls firing of specific component events.  
Public PropertyGridPaletteRowLabelAppearanceGets or sets the appearance of the labels for the GridPaletteRow.  
Public PropertyGridPaletteRowSeparatorAppearanceGets or sets the appearance of the separators for the GridPaletteRow.  
Public PropertyGridPaletteRowSingleButtonAppearanceGets or sets the appearance of the GridPaletteRow when it's Style property is set to GridPaletteRowStyle.SingleColorButton.  
Public PropertyGridPaletteRowSingleButtonHotTrackingAppearanceGets or sets the hot-tracking (mouse over) appearance of the GridPaletteRow when it's Style property is set to GridPaletteRowStyle.SingleColorButton.  
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasCustomPaletteAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasGridPaletteRowLabelAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasGridPaletteRowSeparatorAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasGridPaletteRowSingleButtonAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasGridPaletteRowSingleButtonHotTrackingAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasLabelAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasTextBoxAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyLabelAppearanceGets or sets the appearance of the labels in the UltraPaletteInfo.  
Public PropertyRowHeightGets or sets the height of the rows in the grid and custom palette.  
Public PropertyRowsA collection of GridPaletteRow instances that represent the rows in the display grid for the palette.  
Public PropertyShowColorGrabberGets or sets a value which determines whether the palette control will display the color grabber.  
Public PropertyShowColorPreviewBoxGets or sets a value which determines whether the color palette will display the color preview box.  
Public PropertyShowCustomColorsGets or sets a value which determines whether custom colors are displayed. The custom colors are customizable by the user.  
Public PropertyShowHexColorTextBoxGets or sets a value which determines whether the color palette will display the text box that that shows the name or hex code value of the color and allows the user to edit it.  
Public PropertyShowOptionsButtonGets or sets a value which determines whether the palette control will display the options button (cog wheel).  
Public PropertyShowSecondaryColorGets or sets a value which determines whether the palette control will display the secondary color box.  
Public PropertyShowSwapButtonGets or sets a value which determines whether the swap button is displayed. The swap button swaps the palette control's Color and SecondaryColor.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTextBoxAppearanceGets or sets the appearance of the text boxes (such as the RGB, HSL, or CMYK boxes) in the UltraPaletteInfo.  
Public PropertyViewStyleGets or sets a value which determines the view style of the palette.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEventsReturns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase)
See Also