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