Determines the type of split button.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
SPLIT_BUTTON_TYPE_VERTICAL_LEFT
|
0 (default)
|
The split button is vertical and positioned on the left side of the button
|
SPLIT_BUTTON_TYPE_HORIZONTAL_BOTTOM
|
1
|
The split button is vertical and horizontal on the bottom side of the button
|
This property is only used when the Style property of the control has been set to STYLE_SPLIT_BUTTON.
For further details about the use of the Split Button control, see the How to use the control as a Split Button section.
|