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()
Properties
Verbs
Gets a value indicating DesignerVerbCollection instance
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type |
---|
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. |