property ComboBox.HasButtonsCustom(Expanded as Boolean) as Long
Specifies the index of icons for +/- signs when the HasButtons property is exCustom.
| | Type | Description | |
| |
Expanded as Boolean |
A boolean expression that indicates the sign being changed.
| |
| |
Long |
A long expression that indicates the icon being used for +/- signs on the parent
items. The last 7 bits in the high significant byte of the long expression
indicates the identifier of the skin being used to paint the object. Use the Add
method to add new skins to the control. If you need to remove the skin
appearance from a part of the control you need to reset the last 7 bits in the
high significant byte of the color being applied to the part.
| |