C# Class Adf.Web.UI.Extensions.WebControlExtensions

Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
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

Method Details

AddStyle() public static méthode

public static AddStyle ( this control, CssClass style ) : WebControl
control this
style CssClass
Résultat System.Web.UI.WebControls.WebControl

AddStyle() public static méthode

public static AddStyle ( this control, string style ) : WebControl
control this
style string
Résultat System.Web.UI.WebControls.WebControl

ToggleStyle() public static méthode

public static ToggleStyle ( this control, CssClass style ) : WebControl
control this
style CssClass
Résultat System.Web.UI.WebControls.WebControl

ToggleStyle() public static méthode

public static ToggleStyle ( this control, bool needsstyle, CssClass style ) : WebControl
control this
needsstyle bool
style CssClass
Résultat System.Web.UI.WebControls.WebControl

ToggleStyle() public static méthode

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

ToggleStyle() public static méthode

public static ToggleStyle ( this control, bool needsstyle, string style ) : WebControl
control this
needsstyle bool
style string
Résultat System.Web.UI.WebControls.WebControl

ToggleStyle() public static méthode

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

ToggleStyle() public static méthode

public static ToggleStyle ( this control, string style ) : WebControl
control this
style string
Résultat System.Web.UI.WebControls.WebControl