Copyright © 2003-2024 MultiMedia Soft

SplitButtonType property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property SplitButtonType As Ctl3d.SplitButtonTypes

 

[C#]

public Ctl3d.SplitButtonTypes SplitButtonType {get; set;}

 

[C++]

public: __property Ctl3d.SplitButtonTypes get_SplitButtonType ();

public: __property void set_SplitButtonType (Ctl3d.SplitButtonTypes);

 

 

Remarks

Determines the type of split button.

Supported values are the following:

Mnemonic constant

Value

Meaning

SplitButtonTypes.VerticalLeft

0 (default)

The split button is vertical and positioned on the left side of the button

3dcm_i0001b0

SplitButtonTypes.HorizontalBottom

1

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

3dcm_i0001b1

This property is only available with the Ctl3dSplitButton component.

For further details about the use of the Split Button control, see the How to use the Split Button component section.