How to customize the Splitter color in the GroupBar?
3 Sep 2020 / 1 minute to read
Appearance settings
The following properties help customize the splitter color in the GroupBar.
this.groupBar1.StackedMode = true;
// To customize the splitter color
this.groupBar1.Splittercolor = Color.Red;
// To define whether to use default splitter color or customized color
this.groupBar1.EnableSplittercolorCustomization = true;
Me.groupBar1.StackedMode = True
' To customize the splitter color
Me.groupBar1.Splittercolor = Color.Red
' To define whether to use default splitter color or customized color
Me.groupBar1.EnableSplittercolorCustomization = True
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page