Sets a new legal value for a particular capability when CapType = TWCAP_ENUM or TWCAP_ARRAY.
Read-write property
Visual Basic |
---|
Public Property CapItemOut( _ ByVal Index As Long _ ) As Single |
- Index
- A long zero-based value representing the capability item.
A single value which represents the new legal value for the given capability.
Use this property only for setting a capability. Use the CapItem property to read the current capability values.
After setting this property, invoke the SetCapOut method to actually set the values.
Note: This property can only be set if CapTypeOut = TWCAP_ENUM or TWCAP_ARRAY, otherwise an error is generated.