Gets or sets the style of the panel.
[Visual Basic] Public Property Style As StatusBarPanelStyle [C#] public StatusBarPanelStyle Style {get; set;} [C++] public: __property StatusBarPanelStyle get_Style(); public: __property void set_Style(StatusBarPanelStyle); [JScript] public function get Style() : StatusBarPanelStyle; public function set Style(StatusBarPanelStyle);
One of the StatusBarPanelStyle values. The default is Text.
StatusBarPanel Class | StatusBarPanel Members | System.WinForms Namespace