BCGControlBar Library for .NET
SetFrameColor Method




Syntax
'Declaration
 
Public Shared Sub SetFrameColor( _
   ByVal colorFill As Color, _
   ByVal clrTextActive As Color, _
   ByVal clrTextInactive As Color, _
   ByVal bRedraw As Boolean _
) 
'Usage
 
Dim colorFill As Color
Dim clrTextActive As Color
Dim clrTextInactive As Color
Dim bRedraw As Boolean
 
VisualManagerVS2013.SetFrameColor(colorFill, clrTextActive, clrTextInactive, bRedraw)
public static void SetFrameColor( 
   Color colorFill,
   Color clrTextActive,
   Color clrTextInactive,
   bool bRedraw
)
public: static void SetFrameColor( 
   Color colorFill,
   Color clrTextActive,
   Color clrTextInactive,
   bool bRedraw
) 
public:
static void SetFrameColor( 
   Color colorFill,
   Color clrTextActive,
   Color clrTextInactive,
   bool bRedraw
) 

Parameters

colorFill
clrTextActive
clrTextInactive
bRedraw
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

VisualManagerVS2013 Class
VisualManagerVS2013 Members

Send Feedback