WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabPageAdv.ControlCollection

    Show / Hide Table of Contents

    Class TabPageAdv.ControlCollection

    Contains the collection of controls that the TabPage uses.

    Inheritance
    System.Object
    TabPageAdv.ControlCollection
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ControlCollection : Control.ControlCollection

    Constructors

    ControlCollection(TabPageAdv)

    Constructor of the ControlCollection.

    Declaration
    public ControlCollection(TabPageAdv owner)
    Parameters
    Type Name Description
    TabPageAdv owner

    The TabPageAdv instance.

    Methods

    Add(Control)

    Add the specified control to the control collection. Overridden.

    Declaration
    public override void Add(Control value)
    Parameters
    Type Name Description
    System.Windows.Forms.Control value

    The Control instance.

    AddRange(Control[])

    Overridden. See System.Windows.Forms.Control.ControlCollection.AddRange(System.Windows.Forms.Control[]).

    Declaration
    public override void AddRange(Control[] controls)
    Parameters
    Type Name Description
    System.Windows.Forms.Control[] controls

    The array of controls.

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