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