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
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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