Class StatusStripButton
StatusStrip control extended.
Inheritance
System.Object
StatusStripButton
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusStripButton : ToolStripButton, IStatusItem2, IStatusItem
Constructors
StatusStripButton()
Declaration
public StatusStripButton()
Fields
m_htBitmaps
Declaration
protected Hashtable m_htBitmaps
Field Value
Type |
---|
System.Collections.Hashtable |
Properties
EnableTouchMode
gets or sets the touchmode
Declaration
public virtual bool EnableTouchMode { get; set; }
Property Value
Type |
---|
System.Boolean |
EndOfGroup
Gets or sets a value indicating whether button 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
ApplyScaleToControl(Single)
applies the scaling
Declaration
public void ApplyScaleToControl(float sf)
Parameters
Type | Name | Description |
---|---|---|
System.Single | sf |
OnFontChanged(EventArgs)
Font changed event
Declaration
protected override void OnFontChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Explicit Interface Implementations
IStatusItem.Active
Gets or sets a value indicating whether button must be shown in StatusStrip.
Declaration
bool IStatusItem.Active { get; set; }
Returns
Type |
---|
System.Boolean |
IStatusItem.EndOfGroup
Gets or sets a value indicating whether button 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 |