Adf.Web.UI.BlankItem.BlankItem C# (CSharp) 메소드

BlankItem() 공개 메소드

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.
리턴 System.Web.UI.WebControls
        public BlankItem(Label l)
        {
            _itemControls.Add(l);
        }