Class StatusBarPanelSettings
Represents a class for managing status bar panel.
Inheritance
System.Object
StatusBarPanelSettings
Assembly: Syncfusion.Edit.Windows.dll
public class StatusBarPanelSettings : Object
Constructors
Declaration
public StatusBarPanelSettings(StatusBarAdvPanel panel)
Parameters
Properties
Gets or sets the panel auto size mode.
Declaration
public bool AutoSize { get; set; }
Property Value
Gets or sets the panel minimal width.
Declaration
public int MinWidth { get; set; }
Property Value
Gets the underlying panel.
Declaration
public StatusBarAdvPanel Panel { get; }
Property Value
Gets or sets a value indicating whether the panel is visible or not.
Declaration
public bool Visible { get; set; }
Property Value
Gets or sets the panel width.
Declaration
public int Width { get; set; }
Property Value
Methods
Declaration
public void add_MinWidthChanged(StatusBarPanelSettings.PanelMinWidthChanged value)
Parameters
Declaration
public void add_VisibilityChanged(ValueChangedEventHandler value)
Parameters
Declaration
public void add_WidthChanged(StatusBarPanelSettings.PanelWidthChanged value)
Parameters
Declaration
public void remove_MinWidthChanged(StatusBarPanelSettings.PanelMinWidthChanged value)
Parameters
Declaration
public void remove_VisibilityChanged(ValueChangedEventHandler value)
Parameters
Declaration
public void remove_WidthChanged(StatusBarPanelSettings.PanelWidthChanged value)
Parameters
Events
Occurs when minimum width of panel has changed.
Declaration
public event StatusBarPanelSettings.PanelMinWidthChanged MinWidthChanged
Event Type
Occurs when Visibility of panel has changed.
Declaration
public event ValueChangedEventHandler VisibilityChanged
Event Type
Occurs when width of panel has changed.
Declaration
public event StatusBarPanelSettings.PanelWidthChanged WidthChanged
Event Type