Copyright © 2003-2024 MultiMedia Soft

SplitButtonArrowOffsetX property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property SplitButtonArrowOffsetX As Integer

 

[C#]

public override short SplitButtonArrowOffsetX {get; set;}

 

[C++]

public: __property short get_SplitButtonArrowOffsetX();

public: __property void set_SplitButtonArrowOffsetX(short);

 

 

Remarks

The horizontal offset, expressed in pixels, to fine-tune the arrow position over the control.

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.