Version

PaletteInfoPropertyIds Enumeration

Enumeration of PaletteInfo Property IDs
Syntax
'Declaration
 
Public Enum PaletteInfoPropertyIds 
   Inherits System.Enum
public enum PaletteInfoPropertyIds : System.Enum 
Members
MemberDescription
AllowAlphaRepresents the UltraPaletteInfo.AllowAlpha property.
AppearanceRepresents the UltraPaletteInfo.Appearance property.
BorderStyleRepresents the UltraPaletteInfo.BorderStyle property.
ColorRepresents a color in the GridPaletteRow.
ColorComponentsRepresents the UltraPaletteInfo.ColorComponents property.
ColorGrabberZoomAreaLocationRepresents the UltraPaletteInfo.ColorGrabberZoomAreaLocation property.
ColumnsCollectionRepresents the UltraPaletteInfo.Columns property.
ColumnWidthRepresents the UltraPaletteInfo.ColumnWidth property.
CustomColorsRepresents the UltraPaletteInfo.CustomColors collection property.
CustomPaletteAppearanceRepresents the UltraPaletteInfo.CustomPaletteAppearance property.
GridPaletteRowLabelAppearanceRepresents the UltraPaletteInfo.GridPaletteRowLabelAppearance property.
GridPaletteRowSeparatorAppearanceRepresents the UltraPaletteInfo.GridPaletteRowSeparatorAppearance property.
GridPaletteRowSingleButtonAppearanceRepresents the UltraPaletteInfo.GridPaletteRowSingleButtonAppearance property.
GridPaletteRowSingleButtonHotTrackingAppearanceRepresents the UltraPaletteInfo.GridPaletteRowSingleButtonHotTrackingAppearance property.
GridPaletteRowStyleRepresents the GridPaletteRow.Style property.
GridPaletteSeparatorAppearanceRepresents the UltraPaletteInfo.GridPaletteRowSeparatorAppearance property.
LabelAppearanceRepresents the UltraPaletteInfo.LabelAppearance property.
LabelTextRepresents the GridPaletteRow.LabelText property.
RowHeightRepresents the UltraPaletteInfo.RowHeight property.
RowsCollectionRepresents the UltraPaletteInfo.Rows property.
ShowColorGrabberRepresents the UltraPaletteInfo.ShowColorGrabber property.
ShowColorPreviewBoxRepresents the UltraPaletteInfo.ShowColorPreviewBox property.
ShowCustomColorsRepresents the UltraPaletteInfo.ShowCustomColors property.
ShowHexColorTextBoxRepresents the UltraPaletteInfo.ShowHexColorTextBox property.
ShowOptionsButtonRepresents the UltraPaletteInfo.ShowOptionsButton property.
ShowSecondaryColorRepresents the UltraPaletteInfo.ShowSecondaryColor property.
ShowSwapButtonRepresents the UltraPaletteInfo.ShowSwapButton property.
SingleRowButtonColorRepresents the GridPaletteRow.SingleRowButtonColor property.
SingleRowButtonTextRepresents the GridPaletteRow.SingleRowButtonText property.
SpacingAfterRepresents the GridPaletteCollectionBase.GridPaletteItemBase<T>.SpacingAfter property of a GridPaletteColumn or GridPaletteRow.
SpacingBeforeRepresents the GridPaletteCollectionBase.GridPaletteItemBase<T>.SpacingBefore property.
TextBoxAppearanceRepresents the UltraPaletteInfo.TextBoxAppearance property.
ViewStyleRepresents the UltraPaletteInfo.ViewStyle property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also