protected override bool GetFlag(IDictionary inst)
        {
            bool origPage;

            PrintZenSiteMenuItem.IsPartSupported(inst, WebPart, false, IsDispForm ? null : List, out origPage);
            return(origPage);
        }
        protected override bool IsActionSupported(IDictionary inst)
        {
            bool tmp;

            return(PrintZenSiteMenuItem.IsPartSupported(inst, WebPart, false, List, out tmp));
        }