BCGControlBar Library for .NET
IsSeparator Property (OutlookBarCaption)




Specifies if the caption bar should be redrawn as separator.
Syntax
'Declaration
 
Public Property IsSeparator As Boolean
'Usage
 
Dim instance As OutlookBarCaption
Dim value As Boolean
 
instance.IsSeparator = value
 
value = instance.IsSeparator
public bool IsSeparator {get; set;}
public: __property bool get_IsSeparator();
public: __property void set_IsSeparator( 
   bool value
);
public:
property bool IsSeparator {
   bool get();
   void set (    bool 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

OutlookBarCaption Class
OutlookBarCaption Members

Send Feedback