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