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