Class StatusStripProgressBar
StatusStrip control extended.
Inheritance
System.Object
StatusStripProgressBar
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusStripProgressBar : ToolStripProgressBar, IStatusItem2, IStatusItem
Constructors
StatusStripProgressBar()
Declaration
public StatusStripProgressBar()
Properties
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
Type |
---|
System.Drawing.Size |
EndOfGroup
Gets or sets a value indicating whether label have separator after itself.
Declaration
public bool EndOfGroup { get; set; }
Property Value
Type |
---|
System.Boolean |
StatusString
Gets or sets the text that is to be displayed in context menu.
Declaration
public string StatusString { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
Explicit Interface Implementations
IStatusItem.Active
Gets or sets a value indicating whether label must be shown in StatusStrip.
Declaration
bool IStatusItem.Active { get; set; }
Returns
Type |
---|
System.Boolean |
IStatusItem.EndOfGroup
Gets or sets a value indicating whether label have separator after itself.
Declaration
bool IStatusItem.EndOfGroup { get; set; }
Returns
Type |
---|
System.Boolean |
IStatusItem.Text
Gets the text that is to be displayed on the item.
Declaration
string IStatusItem.Text { get; }
Returns
Type |
---|
System.String |