C# 클래스 Adf.Web.UI.Extensions.WebControlExtensions

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
AddStyle ( this control, CssClass style ) : WebControl
AddStyle ( this control, string style ) : WebControl
ToggleStyle ( this control, CssClass style ) : WebControl
ToggleStyle ( this control, bool needsstyle, CssClass style ) : WebControl
ToggleStyle ( this control, bool needsstyle, CssClass styletrue, CssClass stylefalse ) : WebControl
ToggleStyle ( this control, bool needsstyle, string style ) : WebControl
ToggleStyle ( this control, bool needsstyle, string styletrue, string stylefalse ) : WebControl
ToggleStyle ( this control, string style ) : WebControl

메소드 상세

AddStyle() 공개 정적인 메소드

public static AddStyle ( this control, CssClass style ) : WebControl
control this
style CssClass
리턴 System.Web.UI.WebControls.WebControl

AddStyle() 공개 정적인 메소드

public static AddStyle ( this control, string style ) : WebControl
control this
style string
리턴 System.Web.UI.WebControls.WebControl

ToggleStyle() 공개 정적인 메소드

public static ToggleStyle ( this control, CssClass style ) : WebControl
control this
style CssClass
리턴 System.Web.UI.WebControls.WebControl

ToggleStyle() 공개 정적인 메소드

public static ToggleStyle ( this control, bool needsstyle, CssClass style ) : WebControl
control this
needsstyle bool
style CssClass
리턴 System.Web.UI.WebControls.WebControl

ToggleStyle() 공개 정적인 메소드

public static ToggleStyle ( this control, bool needsstyle, CssClass styletrue, CssClass stylefalse ) : WebControl
control this
needsstyle bool
styletrue CssClass
stylefalse CssClass
리턴 System.Web.UI.WebControls.WebControl

ToggleStyle() 공개 정적인 메소드

public static ToggleStyle ( this control, bool needsstyle, string style ) : WebControl
control this
needsstyle bool
style string
리턴 System.Web.UI.WebControls.WebControl

ToggleStyle() 공개 정적인 메소드

public static ToggleStyle ( this control, bool needsstyle, string styletrue, string stylefalse ) : WebControl
control this
needsstyle bool
styletrue string
stylefalse string
리턴 System.Web.UI.WebControls.WebControl

ToggleStyle() 공개 정적인 메소드

public static ToggleStyle ( this control, string style ) : WebControl
control this
style string
리턴 System.Web.UI.WebControls.WebControl