BCGControlBar Library for .NET
DrawDescription Property




Indicates a value if the object description should be displayed.
Syntax
'Declaration
 
Public Property DrawDescription As Boolean
'Usage
 
Dim instance As ToolTipParams
Dim value As Boolean
 
instance.DrawDescription = value
 
value = instance.DrawDescription
public bool DrawDescription {get; set;}
public: __property bool get_DrawDescription();
public: __property void set_DrawDescription( 
   bool value
);
public:
property bool DrawDescription {
   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