Class TabbedGroup
Inheritance
System.Object
TabbedGroup
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 TabbedGroup : DisposableWithDisposedProp, IDisposable, IChangeNotifyingItem
Constructors
TabbedGroup(String)
Initializes a new instance of the TabbedGroup class.
Declaration
public TabbedGroup(string groupName)
Parameters
Type | Name | Description |
---|---|---|
System.String | groupName | Name of the group. |
Properties
GroupName
Returns the tabGroup Name
Declaration
public string GroupName { get; }
Property Value
Type |
---|
System.String |
MdiChildren
Returns the MDI children collection
Declaration
public Form[] MdiChildren { get; }
Property Value
Type |
---|
System.Windows.Forms.Form[] |
UniqueName
Returns the tabGroup unique Name
Declaration
public string UniqueName { get; }
Property Value
Type |
---|
System.String |
Methods
AddForm(Form)
Adds a form to the corresponding tabgroup
Declaration
public void AddForm(Form form)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Form | form | The form. |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
OnPropertyChanged(SyncfusionPropertyChangedEventArgs)
Raises the property changed event.
Declaration
protected virtual void OnPropertyChanged(SyncfusionPropertyChangedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
SyncfusionPropertyChangedEventArgs | args |
RemoveForm(Form)
Removes a form from the corresponding tabgroup
Declaration
public void RemoveForm(Form form)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Form | form |
Events
PropertyChanged
Occurs when a property gets changed
Declaration
public event SyncfusionPropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
SyncfusionPropertyChangedEventHandler |
Implements
System.IDisposable