C# Класс Adf.Web.UI.Extensions.WebControlExtensions

Показать файл Открыть проект

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

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