Class StatusBarExt
Implements
System.ComponentModel.ISupportInitialize
Inherited Members
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 |
---|
Office2010Theme |
m_enColorScheme
Office2007 Color scheme.
Declaration
public Office2007Theme m_enColorScheme
Field Value
Type |
---|
Office2007Theme |
vStyle
StatusBarExt visual style
Declaration
public VisualStyle vStyle
Field Value
Type |
---|
VisualStyle |
Properties
GripImage
Gets image for grip button.
Declaration
public static Image GripImage { get; }
Property Value
Type |
---|
System.Drawing.Image |
Office2007ColorScheme
Gets or sets color scheme.
Declaration
public Office2007Theme Office2007ColorScheme { get; set; }
Property Value
Type |
---|
Office2007Theme |
Office2010ColorScheme
Gets or sets color scheme.
Declaration
public Office2010Theme Office2010ColorScheme { get; set; }
Property Value
Type |
---|
Office2010Theme |
VisualStyle
Gets or Sets the Visual Style
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Type |
---|
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 |
---|
System.String |
Overrides
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
Events
ColorSchemeChanged
Occurs when
Declaration
public event EventHandler ColorSchemeChanged
Event Type
Type |
---|
System.EventHandler |
Explicit Interface Implementations
IVisualStyle.VisualTheme
Declaration
string IVisualStyle.VisualTheme { get; set; }
Returns
Type |
---|
System.String |
Implements
System.ComponentModel.ISupportInitialize