C# Class Adf.Web.UI.Styling.NullStyler

Represents a styler which does not apply any style to a System.Web.UI.Control. Provides property, method to return an empty Adf.Web.UI.Styling.NullStyler, to do nothing to a System.Web.UI.Control.
Inheritance: IStyler
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
SetStyles ( Control c ) : void

Does nothing to the specified System.Web.UI.Control. Does not apply any style to the specified System.Web.UI.Control.

Method Details

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