WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HTMLUIControlDesigner - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HTMLUIControlDesigner

    Designer class of control.

    Inheritance
    System.Object
    HTMLUIControlDesigner
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public sealed class HTMLUIControlDesigner : ParentControlDesigner

    Constructors

    HTMLUIControlDesigner()

    Initializes a new instance of the HTMLUIControlDesigner class

    Declaration
    public HTMLUIControlDesigner()

    Fields

    Action_Lists

    v

    Declaration
    public DesignerActionListCollection Action_Lists
    Field Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Properties

    ActionLists

    overriding DesignerActionListCollection ActionLists

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

    Verbs

    Gets a value indicating DesignerVerbCollection instance

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type Description
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    Finalize()

    Finalizes an instance of the HTMLUIControlDesigner class

    Declaration
    protected override void Finalize()

    PreFilterProperties(IDictionary)

    Overridden. Adjusts the set of properties the component will expose through a TypeDescriptor.

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

    An IDictionary that contains the properties for the class of the component.

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