BCGControlBar Library for .NET
PaletteImages Property




Specifies a collection of images to display on the popup menu bar.
Syntax
'Declaration
 
Public Property PaletteImages As ImageList
'Usage
 
Dim instance As ToolbarPaletteButton
Dim value As ImageList
 
instance.PaletteImages = value
 
value = instance.PaletteImages
public ImageList PaletteImages {get; set;}
public: __property ImageList* get_PaletteImages();
public: __property void set_PaletteImages( 
   ImageList* value
);
public:
property ImageList^ PaletteImages {
   ImageList^ get();
   void set (    ImageList^ value);
}
Requirements

Target Platforms: 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

Reference

ToolbarPaletteButton Class
ToolbarPaletteButton Members

Send Feedback