Adf.Web.UI.Styling.NullStyler.SetStyles C# (CSharp) Method

SetStyles() public method

Does nothing to the specified System.Web.UI.Control. Does not apply any style to the specified System.Web.UI.Control.
public SetStyles ( Control c ) : void
c System.Web.UI.Control The to do nothing to.
return void
        public void SetStyles(Control c)
        {
            // Do nothing
        }
NullStyler