BCGControlBar Library for .NET
SelectedSysColor Property (PropertyListColorItem)




Specifies the system color selected by user from the system color set.
Syntax
'Declaration
 
Public Property SelectedSysColor As Color
'Usage
 
Dim instance As PropertyListColorItem
Dim value As Color
 
instance.SelectedSysColor = value
 
value = instance.SelectedSysColor
public Color SelectedSysColor {get; set;}
public: __property Color get_SelectedSysColor();
public: __property void set_SelectedSysColor( 
   Color value
);
public:
property Color SelectedSysColor {
   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

PropertyListColorItem Class
PropertyListColorItem Members

Send Feedback