BCGControlBar Library for .NET
IsCustomColors Property




If true, extended tooltip uses custom colors defined by parameters. Otherwise it uses standard colors.
Syntax
'Declaration
 
Public Property IsCustomColors As Boolean
'Usage
 
Dim instance As ToolTipParams
Dim value As Boolean
 
instance.IsCustomColors = value
 
value = instance.IsCustomColors
public bool IsCustomColors {get; set;}
public: __property bool get_IsCustomColors();
public: __property void set_IsCustomColors( 
   bool value
);
public:
property bool IsCustomColors {
   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