BCGControlBar Library for .NET
SelectedCustomColor Property (ColorPopup)




Specifies the custom color selected by user or set by default from the custom color set.
Syntax
'Declaration
 
Public Property SelectedCustomColor As Color
'Usage
 
Dim instance As ColorPopup
Dim value As Color
 
instance.SelectedCustomColor = value
 
value = instance.SelectedCustomColor
public Color SelectedCustomColor {get; set;}
public: __property Color get_SelectedCustomColor();
public: __property void set_SelectedCustomColor( 
   Color value
);
public:
property Color SelectedCustomColor {
   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

ColorPopup Class
ColorPopup Members

Send Feedback