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

KryptonCommandActionList() public method

Initialize a new instance of the KryptonCommandActionList class.
public KryptonCommandActionList ( KryptonCommandDesigner owner ) : System
owner KryptonCommandDesigner Designer that owns this action list instance.
return System
        public KryptonCommandActionList(KryptonCommandDesigner owner)
            : base(owner.Component)
        {
            // Remember the panel instance
            _command = owner.Component as KryptonCommand;
        }