BCGControlBar Library for .NET
HomeImage Property




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