BCGControlBar Library for .NET
Image Property (RibbonBackstageCloseButton)




Syntax
'Declaration
 
Public Property Image As Bitmap
'Usage
 
Dim instance As RibbonBackstageCloseButton
Dim value As Bitmap
 
instance.Image = value
 
value = instance.Image
public Bitmap Image {get; set;}
public: __property Bitmap* get_Image();
public: __property void set_Image( 
   Bitmap* value
);
public:
property Bitmap^ Image {
   Bitmap^ get();
   void set (    Bitmap^ 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

RibbonBackstageCloseButton Class
RibbonBackstageCloseButton Members

Send Feedback