BCGControlBar Library for .NET
LeftBorderColor Property




Specifies a color of the left border of tab item.
Syntax
'Declaration
 
Public Property LeftBorderColor As Color
'Usage
 
Dim instance As TabItemFrameColorDef
Dim value As Color
 
instance.LeftBorderColor = value
 
value = instance.LeftBorderColor
public Color LeftBorderColor {get; set;}
public: __property Color get_LeftBorderColor();
public: __property void set_LeftBorderColor( 
   Color value
);
public:
property Color LeftBorderColor {
   Color get();
   void set (    Color 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

TabItemFrameColorDef Class
TabItemFrameColorDef Members

Send Feedback