Version

UltraPaletteInfo Class

The UltraPaletteInfo component provides grid palette, custom palette, and other style settings to the UltraColorPalette or Infragistics.Win.UltraWinEditors.UltraColorPicker controls. Any number of UltraColorPalette and UltraColorPicker controls can be assigned to the same UltraPaletteInfo, thus allowing all of the control to share the same palettes and styles.
Syntax
'Declaration
 
Public Class UltraPaletteInfo 
   Inherits Infragistics.Win.UltraComponentBase
   Implements Infragistics.Shared.IUltraComponent 
public class UltraPaletteInfo : Infragistics.Win.UltraComponentBase, Infragistics.Shared.IUltraComponent  
Remarks
A single UltraPaletteInfo can be attached to any number of UltraColorPalette or UltraColorPicker controls, thus allowing the grid palette, custom palette, viewstyle, and other settings to be shared amongst all of the control. This makes it easy to customize the palettes for an entire application or any group of color picker controls. The UltraPaletteinfo also has Save and Load methods, so you can easily save these settings (especially the custom palette, which is configurable by the user) to a file or stream.
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