// The constructor associates the control to the smart tag action list.

        public GradientPanelActionList(GradientPanel ctrl) : base(ctrl)
        {
            linkedControl = ctrl;
        }
        // The constructor associates the control to the smart tag action list. 

        public GradientPanelActionList(GradientPanel ctrl) :base(ctrl)
        {
            linkedControl = ctrl;
        }