Class MDIChildTabData
Represents the TabData associated with each tab in a tabbed MDI tab control (tab group).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Drawing.Icon |
ImageIndex
Overridden. See ImageIndex.
Declaration
public override int ImageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Overrides
MdiChild
Returns the mdi child form associated with this tab.
Declaration
public Form MdiChild { get; }
Property Value
Type |
---|
System.Windows.Forms.Form |
Text
Gets or sets the text for the tab.
Declaration
public override string Text { get; set; }
Property Value
Type |
---|
System.String |
Overrides
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
Implements
System.IDisposable