Sets the current value for a capability.
Read-write property
Visual Basic |
---|
Public Property CapValueOut As Single |
A single value which represents the current value for a capability to set.
This is a runtime-only property.
Use this property only for setting a value.
Use the CapValue property to read the current value.
After setting this property, invoke the SetCapOut method to actually set the value.
This property can not be set if CapTypeOut = TWCAP_ARRAY or an error will be generated.