/// <summary>
        /// Initializes a new instance of the <see cref="ZeroitMetroCheckCircleSmartTagActionList"/> class.
        /// </summary>
        /// <param name="component">A component related to the <see cref="T:System.ComponentModel.Design.DesignerActionList" />.</param>
        public ZeroitMetroCheckCircleSmartTagActionList(IComponent component) : base(component)
        {
            this.colUserControl = component as ZeroitMetroCheckCircle;

            // Cache a reference to DesignerActionUIService, so the
            // DesigneractionList can be refreshed.
            this.designerActionUISvc = GetService(typeof(DesignerActionUIService)) as DesignerActionUIService;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="MetroCheckCircleActionList"/> class.
 /// </summary>
 /// <param name="component">A component related to the <see cref="T:System.ComponentModel.Design.DesignerActionList" />.</param>
 public MetroCheckCircleActionList(IComponent component) : base(component)
 {
     this.designerActionSvc = null;
     this._ccl = (ZeroitMetroCheckCircle)component;
     this.designerActionSvc = (DesignerActionUIService)this.GetService(typeof(DesignerActionUIService));
 }