ComponentFactory.Krypton.Toolkit.KryptonHeaderActionList.KryptonHeaderActionList C# (CSharp) 메소드

KryptonHeaderActionList() 공개 메소드

Initialize a new instance of the KryptonHeaderActionList class.
public KryptonHeaderActionList ( KryptonHeaderDesigner owner ) : System
owner KryptonHeaderDesigner Designer that owns this action list instance.
리턴 System
        public KryptonHeaderActionList(KryptonHeaderDesigner owner)
            : base(owner.Component)
        {
            // Remember the header instance
            _header = owner.Component as KryptonHeader;

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