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

AddLabelControl() 공개 메소드

Add the System.Web.UI.WebControls.WebControl to label control list. Used to hold the label of child controls within panel.
public AddLabelControl ( WebControl control ) : void
control System.Web.UI.WebControls.WebControl The that defines the controls which will be added.
리턴 void
        public void AddLabelControl(WebControl control)
        {
            _labelControls.Add(control);
        }