跳至内容

MaxValue

MaxValue (Get 方法)

获取控件的 “最大值” 属性值 (最大允许值)。

int  MaxValue()  const

返回值

控件的 “最大值” 属性值 。

MaxValue (Set 方法)

设置控件的 “最大值” 属性值 (最大允许值)。

void  MaxValue(
   const int  value      // 新值
   )

参数

value

[输入] 新的 “最大值” 属性值。

返回值

无。