MaximumValue

<< Click to Display Table of Contents >>

 

MaximumValue

Number This property determines the maximum value reached by this object. The default value of this property is 100. The next script contains an example of using this property.

Sub CommandButton_Click()
  ' When clicking this button, opens a MessageBox
  ' indicating the maximum value for this property
  MsgBox CSTr(Screen.Item("Scale1").MaximumValue)
End Sub

Was this page useful?