menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlsCollectionEditor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ControlsCollectionEditor

    We specify that only buttons can be created in design time in collection. In runtime developer will have more freedom.

    Inheritance
    System.Object
    ControlsCollectionEditor
    Namespace: Syncfusion.Windows.Forms.Collections
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ControlsCollectionEditor : CollectionEditor

    Constructors

    ControlsCollectionEditor(Type)

    Default constructor.

    Declaration
    public ControlsCollectionEditor(Type type)
    Parameters
    Type Name Description
    System.Type type

    Methods

    CreateNewItemTypes()

    Allow creation only of buttons in designe time.

    Declaration
    protected override Type[] CreateNewItemTypes()
    Returns
    Type Description
    System.Type[]

    Allowed types for creation.

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