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