BCGControlBar Library for .NET
Images Property (StatusBarPaneInfo)




Specifies the Image List associated with the pane. Use either Image List with one image to display a static image, or Image List with several images to display animation.
Syntax
'Declaration
 
Public Property Images As ImageList
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As ImageList
 
instance.Images = value
 
value = instance.Images
public ImageList Images {get; set;}
public: __property ImageList* get_Images();
public: __property void set_Images( 
   ImageList* value
);
public:
property ImageList^ Images {
   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

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback