Copyright © 2003-2024 MultiMedia Soft

SplitButtonShadowColor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property SplitButtonShadowColor As Color

 

[C#]

public override Color SplitButtonShadowColor {get; set;}

 

[C++]

public: __property Color get_SplitButtonShadowColor();

public: __property void set_SplitButtonShadowColor(Color);

 

 

Remarks

The color used to render the shadowed 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.