menu

WinForms

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

    Show / Hide Table of Contents

    Class EditControlDesigner

    Represents a class that implements the System.Windows.Form.ControlDesigner for EditControl.

    Inheritance
    System.Object
    EditControlDesigner
    Namespace: Syncfusion.Windows.Forms.Edit.Design
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class EditControlDesigner : ControlDesigner

    Constructors

    EditControlDesigner()

    Declaration
    public EditControlDesigner()

    Properties

    ActionLists

    Gets a designer action list collection to provide the designer action support for EditControl.

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Design-time action lists

    SelectionRules

    Gets the selection rules for the EditControl. In some cases control sizing can be limited to SingleLine mode or AutoSize mode.

    Declaration
    public override SelectionRules SelectionRules { get; }
    Property Value
    Type
    System.Windows.Forms.Design.SelectionRules

    Methods

    Dispose(Boolean)

    Disposes EditControlDesigner.

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

    True to release both managed and unmanaged resources; false to release only unmanaged resources.

    Initialize(IComponent)

    Overridden Initialize method.

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    The EditControl.

    PostFilterProperties(IDictionary)

    Removes unnecessary properties from property grid.

    Declaration
    protected override void PostFilterProperties(IDictionary properties)
    Parameters
    Type Name Description
    System.Collections.IDictionary properties

    The properties for EditControl.

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