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

KryptonBreadCrumbActionList() public method

Initialize a new instance of the KryptonBreadCrumbActionList class.
public KryptonBreadCrumbActionList ( KryptonBreadCrumbDesigner owner ) : System
owner KryptonBreadCrumbDesigner Designer that owns this action list instance.
return System
        public KryptonBreadCrumbActionList(KryptonBreadCrumbDesigner owner)
            : base(owner.Component)
        {
            // Remember the bread crumb control instance
            _breadCrumb = owner.Component as KryptonBreadCrumb;

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