/// <summary> /// Initialize a new instance of the KryptonNumericUpDownActionList class. /// </summary> /// <param name="owner">Designer that owns this action list instance.</param> public KryptonNumericUpDownActionList(KryptonNumericUpDownDesigner owner) : base(owner.Component) { // Remember the text box instance _numericUpDown = owner.Component as KryptonNumericUpDown; // Cache service used to notify when a property has changed _service = (IComponentChangeService)GetService(typeof(IComponentChangeService)); }