Class NumericUpDownExtDesigner
Inheritance
System.Object
NumericUpDownExtDesigner
Assembly: Syncfusion.Tools.Windows.dll
public class NumericUpDownExtDesigner : ControlDesigner
Constructors
Declaration
public NumericUpDownExtDesigner()
Properties
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
| Type |
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionListCollection |
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
| Type |
| Microsoft.DotNet.DesignTools.Designers.SelectionRules |
Methods
Declaration
public override void Initialize(IComponent component)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.IComponent |
component |
|