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