WinForms

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

    Show / Hide Table of Contents

    Class MDIChildTabData

    Represents the TabData associated with each tab in a tabbed MDI tab control (tab group).

    Inheritance
    System.Object
    TabData
    MDIChildTabData
    Implements
    ITabData2
    ITabData
    System.IDisposable
    Inherited Members
    TabData.CopyFrom(TabData)
    TabData.Dispose()
    TabData.OnBoundsAffected()
    TabData.OnPropertyChanged()
    TabData.Font
    TabData.BackColor
    TabData.M_Backcolor
    TabData.Enabled
    TabData.UseActiveTabColor
    TabData.TabVisible
    TabData.ToolTip
    TabData.ForeColor
    TabData.Image
    TabData.ImageSize
    TabData.ImageChanged
    TabData.SuperTooltip
    TabData.BoundsAffected
    TabData.PropertyChanged
    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 MDIChildTabData : TabData, ITabData2, ITabData, IDisposable

    Constructors

    MDIChildTabData()

    Creates a new instance of the MDIChildTabData.

    Declaration
    public MDIChildTabData()

    MDIChildTabData(ITabPanelData, Form, TabbedMDIManager, MDIChildTabData)

    Creates a new instance of the MDIChildTabData.

    Declaration
    public MDIChildTabData(ITabPanelData pTabPanelData, Form pMdiChild, TabbedMDIManager pMdiManager, MDIChildTabData pPrevTabData)
    Parameters
    Type Name Description
    ITabPanelData pTabPanelData
    System.Windows.Forms.Form pMdiChild
    TabbedMDIManager pMdiManager
    MDIChildTabData pPrevTabData

    MDIChildTabData(MDIChildTabData)

    Creates a new instance of the MDIChildTabData.

    Declaration
    public MDIChildTabData(MDIChildTabData pPrevTabData)
    Parameters
    Type Name Description
    MDIChildTabData pPrevTabData

    Properties

    Icon

    Gets or Sets icon to be displayed.

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

    ImageIndex

    Overridden. See ImageIndex.

    Declaration
    public override int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Overrides
    TabData.ImageIndex

    MdiChild

    Returns the mdi child form associated with this tab.

    Declaration
    public Form MdiChild { get; }
    Property Value
    Type Description
    System.Windows.Forms.Form

    Text

    Gets or sets the text for the tab.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    TabData.Text
    Remarks

    This override, always returns the associated form's Text property.

    Methods

    CopyFrom(MDIChildTabData)

    Declaration
    protected void CopyFrom(MDIChildTabData pPrevTabData)
    Parameters
    Type Name Description
    MDIChildTabData pPrevTabData

    Dispose(Boolean)

    Overridden. See System.Windows.Forms.Control.Dispose(System.Boolean).

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    TabData.Dispose(Boolean)

    Implements

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