public string GetTabControlStyle(Tab tab, MI_UI_Framework.Utilities.Utils.ControlStyle style)
        {
            string controlStyle = Utils.GetControlStyle(GetStepControl(tab), style);

            FrameworkBase.Log.LogMessage(string.Format("Returning the tab:{0} style {1}", tab.ToString(), controlStyle));
            return(controlStyle);
        }
Exemplo n.º 2
0
        public string GetMyCodaLabLinkStyle(MI_UI_Framework.Utilities.Utils.ControlStyle style)
        {
            FrameworkBase.Log.LogMessage("Getting mycodalab link style");
            string stylevalue = Utils.GetControlStyle(page.MyCodaLabLink, style);

            FrameworkBase.Log.LogMessage(string.Format("{0}: {1}", style.ToString(), stylevalue));
            return(stylevalue);
        }