BCGControlBar Library for .NET
BackImage Property




Syntax
'Declaration
 
Public Overridable Property BackImage As Bitmap
'Usage
 
Dim instance As TasksPaneControl
Dim value As Bitmap
 
instance.BackImage = value
 
value = instance.BackImage
public virtual Bitmap BackImage {get; set;}
public: __property virtual Bitmap* get_BackImage();
public: __property virtual void set_BackImage( 
   Bitmap* value
);
public:
virtual property Bitmap^ BackImage {
   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

TasksPaneControl Class
TasksPaneControl Members

Send Feedback