Copyright © 2003-2024 MultiMedia Soft

SplitButtonArrowColor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property SplitButtonArrowColor As Color

 

[C#]

public override Color SplitButtonArrowColor {get; set;}

 

[C++]

public: __property Color get_SplitButtonArrowColor();

public: __property void set_SplitButtonArrowColor(Color);

 

 

Remarks

The color used to render the split arrow.

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.