[Visual Basic]
Overrides Public Property Office2007InnerBorderWidth As Integer
[C#]
public override short Office2007InnerBorderWidth {get; set;}
[C++]
public: __property short get_Office2007InnerBorderWidth();
public: __property void set_Office2007InnerBorderWidth(short);
|