C# Class Adf.Web.UI.Styling.StyleHelper

Represents a utility class to give styles to a Control. Provides method to create and return a new System.Web.UI.WebControls.TableItemStyle with the specified CSS Class.
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
New ( string cssclass ) : System.Web.UI.WebControls.TableItemStyle

Creates and returns a new System.Web.UI.WebControls.TableItemStyle with the specified CSS Class.

Method Details

New() public static méthode

Creates and returns a new System.Web.UI.WebControls.TableItemStyle with the specified CSS Class.
public static New ( string cssclass ) : System.Web.UI.WebControls.TableItemStyle
cssclass string The CSS Class name which is set as the CSS Class of the /// newly created .
Résultat System.Web.UI.WebControls.TableItemStyle