WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StatusBarExt

    Show / Hide Table of Contents

    Class StatusBarExt

    Inheritance
    System.Object
    GradientPanel
    StatusBarAdv
    StatusBarExt
    Implements
    IThemedControl
    INonClientPaintingSupport
    System.ComponentModel.ISupportInitialize
    IThemeProvider
    ICanCancel
    IStatusBarAdv
    IVisualStyle
    Inherited Members
    StatusBarAdv.GetActiveThemeName()
    StatusBarAdv.ShouldSerializeMetroColor()
    StatusBarAdv.ResetMetroColor()
    StatusBarAdv.OnBorderColorChanged()
    StatusBarAdv.ApplyScaleToControl(Single)
    StatusBarAdv.BeginInit()
    StatusBarAdv.EndInit()
    StatusBarAdv.LockRedraw()
    StatusBarAdv.UnlockRedraw()
    StatusBarAdv.Dispose(Boolean)
    StatusBarAdv.ThemedPaintBackground(Graphics, Rectangle, Rectangle)
    StatusBarAdv.OnFontChanged(EventArgs)
    StatusBarAdv.OnSizeChanged(EventArgs)
    StatusBarAdv.WndProc(Message)
    StatusBarAdv.ICanCancel.CancelOperation()
    StatusBarAdv.ShouldEnableSizing()
    StatusBarAdv.SetPreferredSize(Control, Size)
    StatusBarAdv.SetHAlign(Control, HorzFlowAlign)
    StatusBarAdv.GetPreferredSize(Control)
    StatusBarAdv.OnRightToLeftChanged(EventArgs)
    StatusBarAdv.GetIsMirrored()
    StatusBarAdv.CanApplyTheme
    StatusBarAdv.ThemeStyle
    StatusBarAdv.ThemeName
    StatusBarAdv.CanOverrideStyle
    StatusBarAdv.IThemeProvider.BaseThemeName
    StatusBarAdv.IThemeProvider.ControlName
    StatusBarAdv.ThemesEnabled
    StatusBarAdv.MetroColor
    StatusBarAdv.Style
    StatusBarAdv.SizingGrip
    StatusBarAdv.CustomLayoutBounds
    StatusBarAdv.BeforeTouchSize
    StatusBarAdv.EnableTouchMode
    StatusBarAdv.UseMetroColorAsBorder
    StatusBarAdv.Alignment
    StatusBarAdv.Spacing
    StatusBarAdv.AutoHeightControls
    StatusBarAdv.Panels
    StatusBarAdv.DefaultSize
    StatusBarAdv.ParentMaximized
    StatusBarAdv.ThemeNameChanged
    GradientPanel.OnCanOverrideStyleChanged(Boolean)
    GradientPanel.OnCanApplyThemeChanged(Boolean)
    GradientPanel.RaiseThemeChanged(Object, ThemeChangedEventArgs)
    GradientPanel.OnThemeNameChanged(String)
    GradientPanel.GetControlName(String)
    GradientPanel.INonClientPaintingSupport.NonClientPaint(PaintEventArgs, Rectangle, Rectangle)
    GradientPanel.CreateAccessibilityInstance()
    GradientPanel.OnScroll(ScrollEventArgs)
    GradientPanel.OnThemeChanged(EventArgs)
    GradientPanel.OnBorderStyleChanged()
    GradientPanel.OnBorder3DStyleChanged()
    GradientPanel.OnBorderSingleChanged()
    GradientPanel.OnGradientBackgroundChanged()
    GradientPanel.OnVerticalGradientChanged()
    GradientPanel.OnGradientColorsChanged()
    GradientPanel.OnBorderSidesChanged()
    GradientPanel.RedrawBorders()
    GradientPanel.OnPaintBackground(PaintEventArgs)
    GradientPanel.OnHandleCreated(EventArgs)
    GradientPanel.OnHandleDestroyed(EventArgs)
    GradientPanel.IsVisualStyleEnabled
    GradientPanel.ControlName
    GradientPanel.IgnoreThemeBackground
    GradientPanel.ThemedBorder
    GradientPanel.CreateParams
    GradientPanel.BorderSides
    GradientPanel.BackgroundColor
    GradientPanel.UseCustomScrollerFrame
    GradientPanel.GradientColors
    GradientPanel.VerticalGradient
    GradientPanel.GradientBackground
    GradientPanel.BorderColor
    GradientPanel.BorderSingle
    GradientPanel.BorderStyle
    GradientPanel.Border3DStyle
    GradientPanel.ScrollerFrame
    GradientPanel.BorderStyleChanged
    GradientPanel.Border3DStyleChanged
    GradientPanel.BorderSingleChanged
    GradientPanel.BorderColorChanged
    GradientPanel.GradientBackgroundChanged
    GradientPanel.VerticalGradientChanged
    GradientPanel.GradientColorsChanged
    GradientPanel.BorderSidesChanged
    GradientPanel.GradientPanelThemeChanged
    Namespace: Syncfusion.Windows.Forms.Tools.Controls.StatusBar
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class StatusBarExt : StatusBarAdv, IThemedControl, INonClientPaintingSupport, ISupportInitialize, IThemeProvider, ICanCancel, IStatusBarAdv, IVisualStyle

    Constructors

    StatusBarExt()

    Constructor for StatusBarExt

    Declaration
    public StatusBarExt()

    Fields

    m_ColorScheme

    Office2010 color scheme

    Declaration
    public Office2010Theme m_ColorScheme
    Field Value
    Type Description
    Office2010Theme

    m_enColorScheme

    Office2007 Color scheme.

    Declaration
    public Office2007Theme m_enColorScheme
    Field Value
    Type Description
    Office2007Theme

    vStyle

    StatusBarExt visual style

    Declaration
    public VisualStyle vStyle
    Field Value
    Type Description
    VisualStyle

    Properties

    GripImage

    Gets image for grip button.

    Declaration
    public static Image GripImage { get; }
    Property Value
    Type Description
    System.Drawing.Image

    Office2007ColorScheme

    Gets or sets color scheme.

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

    Office2010ColorScheme

    Gets or sets color scheme.

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

    VisualStyle

    Gets or Sets the Visual Style

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

    Methods

    DrawBackground(PaintEventArgs)

    Drawing background.

    Declaration
    protected virtual void DrawBackground(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    EventArgs that contains the event data.

    DrawGrip(PaintEventArgs)

    Drawing grip button.

    Declaration
    protected virtual void DrawGrip(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    EventArgs that contains the event data.

    DrawMetroBackGround(PaintEventArgs)

    Declaration
    protected virtual void DrawMetroBackGround(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    DrawOffice2010Background(PaintEventArgs)

    Drawing background for 2010 style.

    Declaration
    protected virtual void DrawOffice2010Background(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    EventArgs that contains the event data.

    DrawOffice2016BackGround(PaintEventArgs)

    Declaration
    protected virtual void DrawOffice2016BackGround(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    GetControlName()

    Used to get the Control name.

    Declaration
    protected override string GetControlName()
    Returns
    Type Description
    System.String
    Overrides
    StatusBarAdv.GetControlName()

    OnColorSchemeChanged()

    Declaration
    protected virtual void OnColorSchemeChanged()

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Overrides
    StatusBarAdv.OnPaint(PaintEventArgs)

    Events

    ColorSchemeChanged

    Occurs when is changed.

    Declaration
    public event EventHandler ColorSchemeChanged
    Event Type
    Type Description
    System.EventHandler

    Explicit Interface Implementations

    IVisualStyle.VisualTheme

    Declaration
    string IVisualStyle.VisualTheme { get; set; }
    Returns
    Type Description
    System.String

    Implements

    IThemedControl
    INonClientPaintingSupport
    System.ComponentModel.ISupportInitialize
    IThemeProvider
    ICanCancel
    IStatusBarAdv
    IVisualStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved