BCGControlBar Library for .NET
CurrentColor Property (ColorButton)




Gets or sets the currently selected color for the ColorButton.
Syntax
'Declaration
 
Public Property CurrentColor As Color
'Usage
 
Dim instance As ColorButton
Dim value As Color
 
instance.CurrentColor = value
 
value = instance.CurrentColor
public Color CurrentColor {get; set;}
public: __property Color get_CurrentColor();
public: __property void set_CurrentColor( 
   Color value
);
public:
property Color CurrentColor {
   Color get();
   void set (    Color 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

ColorButton Class
ColorButton Members

Send Feedback