<< Click to Display Table of Contents >>
MaximumValue |
This property determines the maximum value reached by a Scale. Default value of this property is 100. Example:
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