Class TabData
The default ITabData implementation.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabData : ITabData2, ITabData, IDisposable
Constructors
TabData()
Creates a new instance of the TabData.
Declaration
public TabData()
TabData(TabData)
Creates a new instance of the TabData.
Declaration
public TabData(TabData tabData)
Parameters
Type | Name | Description |
---|---|---|
TabData | tabData | The instance of the TabData. |
Properties
BackColor
Gets or sets the backcolor of the TabData. Overridden. See BackColor.
Declaration
public virtual Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Enabled
Overridden. See Enabled.
Declaration
public virtual bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
Font
Gets or sets the font of the TabData. Overridden. See Font.
Declaration
public virtual Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Overridden. See ToolTip.
Declaration
public virtual Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Image
Gets or sets the image.
Declaration
public virtual Image Image { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The image. |
ImageChanged
Gets or sets the ImageChanged.
Declaration
public bool ImageChanged { get; set; }
Property Value
Type |
---|
System.Boolean |
ImageIndex
Overridden. See ImageIndex.
Declaration
public virtual int ImageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
ImageSize
Gets or sets the size of the image.
Declaration
public Size ImageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Size | The size of the image. |
M_Backcolor
Overridden. See
Declaration
public virtual Color M_Backcolor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SuperTooltip
Overridden. See SuperTooltip.
Declaration
public virtual ToolTipInfo SuperTooltip { get; set; }
Property Value
Type |
---|
ToolTipInfo |
TabVisible
Overridden. See TabVisible.
Declaration
public virtual bool TabVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Gets or sets the text of the TabData. Overridden. See Text.
Declaration
public virtual string Text { get; set; }
Property Value
Type |
---|
System.String |
ToolTip
Overridden. See ToolTip.
Declaration
public virtual string ToolTip { get; set; }
Property Value
Type |
---|
System.String |
UseActiveTabColor
Overridden. see UseActiveTabColor.
Declaration
public virtual bool UseActiveTabColor { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
CopyFrom(TabData)
Copy the TabData information.
Declaration
protected void CopyFrom(TabData tabData)
Parameters
Type | Name | Description |
---|---|---|
TabData | tabData | The instance of the TabData. |
Dispose()
Disposes this object.
Declaration
public void Dispose()
Dispose(Boolean)
Dispose the object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True if called by Dispose; false if called by the destructor. |
Finalize()
Declaration
protected void Finalize()
OnBoundsAffected()
This method throws the BoundsAffected event.
Declaration
protected virtual void OnBoundsAffected()
OnPropertyChanged()
This method throws the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged()
Events
BoundsAffected
Fired when the tab data's bounds are affected.
Declaration
public event EventHandler BoundsAffected
Event Type
Type |
---|
System.EventHandler |
PropertyChanged
Fired when the tab data's property is changed.
Declaration
public event EventHandler PropertyChanged
Event Type
Type |
---|
System.EventHandler |