Copyright © 2003-2024 MultiMedia Soft

SplitButtonArrowOffsetY property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property SplitButtonArrowOffsetY As Integer

 

[C#]

public override short SplitButtonArrowOffsetY {get; set;}

 

[C++]

public: __property short get_SplitButtonArrowOffsetY();

public: __property void set_SplitButtonArrowOffsetY(short);

 

 

Remarks

The vertical 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.