Class ButtonEditChildButtonDesigner
Extends the design time capabilities of ButtonEditChildButton.
Inheritance
System.Object
ButtonEditChildButtonDesigner
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ButtonEditChildButtonDesigner : ControlDesigner
Constructors
ButtonEditChildButtonDesigner()
Initializes a new instance of the ButtonEditChildButtonDesigner class.
Declaration
public ButtonEditChildButtonDesigner()
Properties
SelectionRules
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
---|
System.Windows.Forms.Design.SelectionRules |
Methods
PreFilterProperties(IDictionary)
Adjusts the set of properties the component exposes 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. |