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