'Declaration Property RGB As Color
'Declaration
Property RGB As Color
'Usage Dim instance As IColorFormat Dim value As Color instance.RGB = value value = instance.RGB
'Usage
Dim instance As IColorFormat Dim value As Color instance.RGB = value value = instance.RGB
Color RGB {get; set;}
read-write property RGB: Color;
function get,set RGB : Color
__property Color get_RGB(); __property void set_RGB( Color value );
property Color RGB { Color get(); void set ( Color value); }
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
IColorFormat Interface IColorFormat Members RGB Property SchemeColor Property ThemeColor Property TintAndShade Property