Copyright © 1998-2015 MultiMedia Soft

SplitButtonType property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

enumSplitButtonTypes for Visual Basic

 

 

Syntax

object.SplitButtonType [=enumSplitButtonTypes]

 

 

Remarks

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

3dabm_i0001a9

SPLIT_BUTTON_TYPE_HORIZONTAL_BOTTOM

1

The split button is vertical and horizontal on the bottom side of the button

3dabm_i0001aa

 

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.