BCGControlBar Library for .NET
CustomImages Property




Specifies the set of custom images for the command bars.
Syntax
'Declaration
 
Public Property CustomImages As ImageList
'Usage
 
Dim instance As CommandBarManager
Dim value As ImageList
 
instance.CustomImages = value
 
value = instance.CustomImages
public ImageList CustomImages {get; set;}
public: __property ImageList* get_CustomImages();
public: __property void set_CustomImages( 
   ImageList* value
);
public:
property ImageList^ CustomImages {
   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

CommandBarManager Class
CommandBarManager Members

Send Feedback