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

KryptonMonthCalendarActionList() public method

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

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