Метод | Описание | |
---|---|---|
AddStyle ( this control, CssClass style ) : |
||
AddStyle ( this control, string style ) : |
||
ToggleStyle ( this control, CssClass style ) : |
||
ToggleStyle ( this control, bool needsstyle, CssClass style ) : |
||
ToggleStyle ( this control, bool needsstyle, CssClass styletrue, CssClass stylefalse ) : |
||
ToggleStyle ( this control, bool needsstyle, string style ) : |
||
ToggleStyle ( this control, bool needsstyle, string styletrue, string stylefalse ) : |
||
ToggleStyle ( this control, string style ) : |
public static AddStyle ( this control, CssClass style ) : |
||
control | this | |
style | CssClass | |
Результат |
public static AddStyle ( this control, string style ) : |
||
control | this | |
style | string | |
Результат |
public static ToggleStyle ( this control, CssClass style ) : |
||
control | this | |
style | CssClass | |
Результат |
public static ToggleStyle ( this control, bool needsstyle, CssClass style ) : |
||
control | this | |
needsstyle | bool | |
style | CssClass | |
Результат |
public static ToggleStyle ( this control, bool needsstyle, CssClass styletrue, CssClass stylefalse ) : |
||
control | this | |
needsstyle | bool | |
styletrue | CssClass | |
stylefalse | CssClass | |
Результат |
public static ToggleStyle ( this control, bool needsstyle, string style ) : |
||
control | this | |
needsstyle | bool | |
style | string | |
Результат |
public static ToggleStyle ( this control, bool needsstyle, string styletrue, string stylefalse ) : |
||
control | this | |
needsstyle | bool | |
styletrue | string | |
stylefalse | string | |
Результат |
public static ToggleStyle ( this control, string style ) : |
||
control | this | |
style | string | |
Результат |