Sets the maximum value in a range when CapTypeOut = TWCAP_RANGE.
Read-write property
Visual Basic |
---|
Public Property CapMaxOut As Single |
A single value which represents the maximum value in a range.
This is a runtime-only property.
Use this property only for setting a value. Use the CapMax property to read the current maximum value.
After setting this property, invoke the SetCapOut method to actually set the value.
This property can only be set if CapTypeOut = TWCAP_RANGE, otherwise an error is generated.