Sets the number of items in a list or array when CapTypeOut = TWCAP_ENUM or TWCAP_ARRAY.
Read-write property
Visual Basic |
---|
Public Property CapNumItemsOut As Long |
A long value which represents the number of items in a list or array for a capability.
This is a runtime-only property.
Use this property only for setting a capability. Use the CapNumItems property to read the current capability.
After setting this property, invoke the SetCapOut method to actually set the values.
This property can only be set if CapTypeOut = TWCAP_ENUM or TWCAP_ARRAY, otherwise an error is generated.