BCGControlBar Library for .NET
ImageRight Property




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