ComponentFactory.Krypton.Toolkit.KryptonHeaderGroupActionList.KryptonHeaderGroupActionList C# (CSharp) Method

KryptonHeaderGroupActionList() public method

Initialize a new instance of the KryptonHeaderGroupActionList class.
public KryptonHeaderGroupActionList ( KryptonHeaderGroupDesigner owner ) : System
owner KryptonHeaderGroupDesigner Designer that owns this action list instance.
return System
        public KryptonHeaderGroupActionList(KryptonHeaderGroupDesigner owner)
            : base(owner.Component)
        {
            // Remember the panel instance
            _headerGroup = owner.Component as KryptonHeaderGroup;

            // Cache service used to notify when a property has changed
            _service = (IComponentChangeService)GetService(typeof(IComponentChangeService));
        }