ComponentFactory.Krypton.Toolkit.KryptonCheckSetActionList.KryptonCheckSetActionList C# (CSharp) Метод

KryptonCheckSetActionList() публичный Метод

Initialize a new instance of the KryptonCheckSetActionList class.
public KryptonCheckSetActionList ( KryptonCheckSetDesigner owner ) : System
owner KryptonCheckSetDesigner Designer that owns this action list instance.
Результат System
        public KryptonCheckSetActionList(KryptonCheckSetDesigner owner)
            : base(owner.Component)
        {
            // Remember the check set component instance
            _set = owner.Component as KryptonCheckSet;
        }