BCGControlBar Library for .NET
QATImage Property




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

BackstageButton Class
BackstageButton Members

Send Feedback