BCGControlBar Library for .NET
DrawSeparator Property




Indicates a value if separator should been drawn between tooltip label and description.
Syntax
'Declaration
 
Public Property DrawSeparator As Boolean
'Usage
 
Dim instance As ToolTipParams
Dim value As Boolean
 
instance.DrawSeparator = value
 
value = instance.DrawSeparator
public bool DrawSeparator {get; set;}
public: __property bool get_DrawSeparator();
public: __property void set_DrawSeparator( 
   bool value
);
public:
property bool DrawSeparator {
   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

ToolTipParams Class
ToolTipParams Members

Send Feedback