Copyright © 2003-2024 MultiMedia Soft

SplitButtonHighlightColor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property SplitButtonHighlightColor As Color

 

[C#]

public override Color SplitButtonHighlightColor {get; set;}

 

[C++]

public: __property Color get_SplitButtonHighlightColor();

public: __property void set_SplitButtonHighlightColor(Color);

 

 

Remarks

The color used to render the highlighted portion of the split line.

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.