C# Класс 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.
Наследование: IStyler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SetStyles() публичный Метод

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.
Результат void