BCGControlBar Library for .NET
SelectedCustomColor Property (ColorPanel)




Specifies a color selected by user from the custom color dialog box.
Syntax
'Declaration
 
Public Property SelectedCustomColor As ColorObject
'Usage
 
Dim instance As ColorPanel
Dim value As ColorObject
 
instance.SelectedCustomColor = value
 
value = instance.SelectedCustomColor
public ColorObject SelectedCustomColor {get; set;}
public: __property ColorObject* get_SelectedCustomColor();
public: __property void set_SelectedCustomColor( 
   ColorObject* value
);
public:
property ColorObject^ SelectedCustomColor {
   ColorObject^ get();
   void set (    ColorObject^ 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

ColorPanel Class
ColorPanel Members

Send Feedback