Adf.Web.UI.BlankItem.BlankItem C# (CSharp) Méthode

BlankItem() public méthode

Initializes a new instance of the Adf.Web.UI.BlankItem class with the specified blank label.
public BlankItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines the blank text.
Résultat System.Web.UI.WebControls
        public BlankItem(Label l)
        {
            _itemControls.Add(l);
        }