BCGControlBar Library for .NET
RightBorderColor Property




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