Width (Get 方法)

获取控件宽度。

int  Width()

返回值

控制的宽度

Width (Set 方法)

设置控件的新宽度。

virtual bool  Width(
   const int  w      // 宽度
   )

参数

w

[输入]  新宽度。

返回值

true 如果成功, 否则 false。