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 |
System.ComponentModel.Design.DesignerActionListCollection |
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
System.Windows.Forms.Design.SelectionRules |
Methods
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|