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
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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 méthode

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.
Résultat void