[Visual Basic]
Overrides Public Property VistaColorBackgroundCheckedMouseOver As Color
[C#]
public override Color VistaColorBackgroundCheckedMouseOver {get; set;}
[C++]
public: __property Color get_VistaColorBackgroundCheckedMouseOver();
public: __property void set_VistaColorBackgroundCheckedMouseOver(Color);
|