menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StatusBarSettings - API Reference

    Show / Hide Table of Contents

    Class StatusBarSettings

    Represents a class for managing status bar.

    Inheritance
    System.Object
    StatusBarSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    StatusBarPanelSettings

    EncodingPanel

    Gets StatusBarPanelSettings object for "Encoding" panel.

    Declaration
    public StatusBarPanelSettings EncodingPanel { get; }
    Property Value
    Type Description
    StatusBarPanelSettings

    FileNamePanel

    Gets StatusBarPanelSettings object for "FileName" panel.

    Declaration
    public StatusBarPanelSettings FileNamePanel { get; }
    Property Value
    Type Description
    StatusBarPanelSettings

    GripVisibility

    Gets or sets visibility of status bar sizing grip.

    Declaration
    public SizingGripVisibility GripVisibility { get; set; }
    Property Value
    Type Description
    SizingGripVisibility

    InsertPanel

    Gets StatusBarPanelSettings object for "Insert" panel.

    Declaration
    public StatusBarPanelSettings InsertPanel { get; }
    Property Value
    Type Description
    StatusBarPanelSettings

    Offcie2007ColorScheme

    Gets or sets the Office2007color scheme.

    Declaration
    public Office2007Theme Offcie2007ColorScheme { get; set; }
    Property Value
    Type Description
    Office2007Theme

    Offcie2010ColorScheme

    Gets or sets the Office2010color scheme.

    Declaration
    public Office2010Theme Offcie2010ColorScheme { get; set; }
    Property Value
    Type Description
    Office2010Theme

    OldStatusBar

    Gets the old status bar.

    Declaration
    public StatusBar OldStatusBar { get; }
    Property Value
    Type Description
    System.Windows.Forms.StatusBar

    Panels

    Declaration
    public StatusBarAdvPanel[] Panels { get; }
    Property Value
    Type Description
    StatusBarAdvPanel[]

    StatusBar

    Gets underlying status bar.

    Declaration
    public StatusBarExt StatusBar { get; }
    Property Value
    Type Description
    StatusBarExt

    StatusPanel

    Gets StatusBarPanelSettings object for "Status" panel.

    Declaration
    public StatusBarPanelSettings StatusPanel { get; }
    Property Value
    Type Description
    StatusBarPanelSettings

    TextPanel

    Gets StatusBarPanelSettings object for "Text" panel.

    Declaration
    public StatusBarPanelSettings TextPanel { get; }
    Property Value
    Type Description
    StatusBarPanelSettings

    ThemedStatusBar

    Gets or sets a value indicating whether the ThemedStatuBar is enabled or not.

    Declaration
    public bool ThemedStatusBar { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    VisualStyle

    Gets or sets the VisualStyle of StatusBar.

    Declaration
    public VisualStyle VisualStyle { get; set; }
    Property Value
    Type Description
    VisualStyle

    Events

    CheckSmartGripVisibility

    Event for retrieving bool indicating whether to show sizing grip with smart visibility.

    Declaration
    public event GetBoolEventHandler CheckSmartGripVisibility
    Event Type
    Type Description
    GetBoolEventHandler

    VisibilityChanged

    Occurs when status bar visibility is changed.

    Declaration
    public event ValueChangedEventHandler VisibilityChanged
    Event Type
    Type Description
    ValueChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved