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

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method 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 method

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

AddStyle() public static method

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

ToggleStyle() public static method

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

ToggleStyle() public static method

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

ToggleStyle() public static method

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

ToggleStyle() public static method

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

ToggleStyle() public static method

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

ToggleStyle() public static method

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