BCGControlBar Library for .NET
ImageLeft Property




Specifies an image which should be drawn at the left edge of the tab item.
Syntax
'Declaration
 
Public Property ImageLeft As Image
'Usage
 
Dim instance As TabItem
Dim value As Image
 
instance.ImageLeft = value
 
value = instance.ImageLeft
public Image ImageLeft {get; set;}
public: __property Image* get_ImageLeft();
public: __property void set_ImageLeft( 
   Image* value
);
public:
property Image^ ImageLeft {
   Image^ get();
   void set (    Image^ 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

TabItem Class
TabItem Members

Send Feedback