BCGControlBar Library for .NET
GetPropListGroupTextColor Method (VisualManager)




Specifies if the Control Bar's color should be used to draw a text within property list group item.
Specifies a color to draw a text on the property list group item.
Syntax
'Declaration
 
Public Overridable Function GetPropListGroupTextColor( _
   ByVal useControlBarColors As Boolean _
) As Color
'Usage
 
Dim instance As VisualManager
Dim useControlBarColors As Boolean
Dim value As Color
 
value = instance.GetPropListGroupTextColor(useControlBarColors)
public virtual Color GetPropListGroupTextColor( 
   bool useControlBarColors
)
public: virtual Color GetPropListGroupTextColor( 
   bool useControlBarColors
) 
public:
virtual Color GetPropListGroupTextColor( 
   bool useControlBarColors
) 

Parameters

useControlBarColors
Specifies if the Control Bar's color should be used to draw a text within property list group item.
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

VisualManager Class
VisualManager Members

Send Feedback