WinForms

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

    Show / Hide Table of Contents

    Class TabData

    The default ITabData implementation.

    Inheritance
    System.Object
    TabData
    MDIChildTabData
    TabGroupData
    Implements
    ITabData2
    ITabData
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Color

    Enabled

    Overridden. See Enabled.

    Declaration
    public virtual bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Font

    Gets or sets the font of the TabData. Overridden. See Font.

    Declaration
    public virtual Font Font { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    ForeColor

    Overridden. See ToolTip.

    Declaration
    public virtual Color ForeColor { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    ImageIndex

    Overridden. See ImageIndex.

    Declaration
    public virtual int ImageIndex { get; set; }
    Property Value
    Type Description
    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 Description
    System.Drawing.Color

    SuperTooltip

    Overridden. See SuperTooltip.

    Declaration
    public virtual ToolTipInfo SuperTooltip { get; set; }
    Property Value
    Type Description
    ToolTipInfo

    TabVisible

    Overridden. See TabVisible.

    Declaration
    public virtual bool TabVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Text

    Gets or sets the text of the TabData. Overridden. See Text.

    Declaration
    public virtual string Text { get; set; }
    Property Value
    Type Description
    System.String

    ToolTip

    Overridden. See ToolTip.

    Declaration
    public virtual string ToolTip { get; set; }
    Property Value
    Type Description
    System.String

    UseActiveTabColor

    Overridden. see UseActiveTabColor.

    Declaration
    public virtual bool UseActiveTabColor { get; set; }
    Property Value
    Type Description
    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 Description
    System.EventHandler

    PropertyChanged

    Fired when the tab data's property is changed.

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

    Implements

    ITabData2
    ITabData
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved