Class StatusBarSettings
Represents a class for managing status bar.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class StatusBarSettings
Constructors
StatusBarSettings(StatusBarExt)
Initializes a new instance of the StatusBarSettings class.
Declaration
public StatusBarSettings(StatusBarExt statusBar)
Parameters
Type | Name | Description |
---|---|---|
StatusBarExt | statusBar | Underling status bar. |
Properties
CoordsPanel
Gets StatusBarPanelSettings object for "Coords" panel.
Declaration
public StatusBarPanelSettings CoordsPanel { get; }
Property Value
Type |
---|
StatusBarPanelSettings |
EncodingPanel
Gets StatusBarPanelSettings object for "Encoding" panel.
Declaration
public StatusBarPanelSettings EncodingPanel { get; }
Property Value
Type |
---|
StatusBarPanelSettings |
FileNamePanel
Gets StatusBarPanelSettings object for "FileName" panel.
Declaration
public StatusBarPanelSettings FileNamePanel { get; }
Property Value
Type |
---|
StatusBarPanelSettings |
GripVisibility
Gets or sets visibility of status bar sizing grip.
Declaration
public SizingGripVisibility GripVisibility { get; set; }
Property Value
Type |
---|
SizingGripVisibility |
InsertPanel
Gets StatusBarPanelSettings object for "Insert" panel.
Declaration
public StatusBarPanelSettings InsertPanel { get; }
Property Value
Type |
---|
StatusBarPanelSettings |
Offcie2007ColorScheme
Gets or sets the Office2007color scheme.
Declaration
public Office2007Theme Offcie2007ColorScheme { get; set; }
Property Value
Type |
---|
Office2007Theme |
Offcie2010ColorScheme
Gets or sets the Office2010color scheme.
Declaration
public Office2010Theme Offcie2010ColorScheme { get; set; }
Property Value
Type |
---|
Office2010Theme |
OldStatusBar
Gets the old status bar.
Declaration
public StatusBar OldStatusBar { get; }
Property Value
Type |
---|
System.Windows.Forms.StatusBar |
Panels
Declaration
public StatusBarAdvPanel[] Panels { get; }
Property Value
Type |
---|
StatusBarAdvPanel[] |
StatusBar
Gets underlying status bar.
Declaration
public StatusBarExt StatusBar { get; }
Property Value
Type |
---|
StatusBarExt |
StatusPanel
Gets StatusBarPanelSettings object for "Status" panel.
Declaration
public StatusBarPanelSettings StatusPanel { get; }
Property Value
Type |
---|
StatusBarPanelSettings |
TextPanel
Gets StatusBarPanelSettings object for "Text" panel.
Declaration
public StatusBarPanelSettings TextPanel { get; }
Property Value
Type |
---|
StatusBarPanelSettings |
ThemedStatusBar
Gets or sets a value indicating whether the ThemedStatuBar is enabled or not.
Declaration
public bool ThemedStatusBar { get; set; }
Property Value
Type |
---|
System.Boolean |
Visible
Gets or sets a value indicating whether the status bar is visible or not.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
VisualStyle
Gets or sets the VisualStyle of StatusBar.
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Type |
---|
VisualStyle |
Events
CheckSmartGripVisibility
Event for retrieving bool indicating whether to show sizing grip with smart visibility.
Declaration
public event GetBoolEventHandler CheckSmartGripVisibility
Event Type
Type |
---|
GetBoolEventHandler |
VisibilityChanged
Occurs when status bar visibility is changed.
Declaration
public event ValueChangedEventHandler VisibilityChanged
Event Type
Type |
---|
ValueChangedEventHandler |