How can I help you?
Style in Windows Forms Status Bar (StatusBarAdv)
29 Apr 20211 minute to read
StatusBarAdv supports visual styles such as Default, Metro. The style can be set using Style property.
- Default
- Metro
The following code example allows you to set the style for the StatusBarAdv.
this.statusBarAdv1.Style = Syncfusion.Windows.Forms.Tools.StatusbarStyle.Metro;Me.statusBarAdv1.Style = Syncfusion.Windows.Forms.Tools.StatusbarStyle.Metro