BCGControlBar Library for .NET
BottomBorderColor Property




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