BCGControlBar Library for .NET
MainButtonColor Property (VisualManager2010)




Syntax
'Declaration
 
Public Overrides Property MainButtonColor As Color
'Usage
 
Dim instance As VisualManager2010
Dim value As Color
 
instance.MainButtonColor = value
 
value = instance.MainButtonColor
public override Color MainButtonColor {get; set;}
public: __property Color get_MainButtonColor() override;
public: __property void set_MainButtonColor( 
   Color value
) override;
public:
property Color MainButtonColor {
   Color get() override;
   void set (    Color value) override;
}
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

VisualManager2010 Class
VisualManager2010 Members
Base Implementation in MainButtonColor

Send Feedback