Carrotware.CMS.Core.LabeledControl.LabeledControl C# (CSharp) Метод

LabeledControl() публичный Метод

public LabeledControl ( ) : System
Результат System
        public LabeledControl()
        {
            this.ControlLabel = String.Empty;
            this.KeyControl = null;
        }

Same methods

LabeledControl::LabeledControl ( string controlLabel, Control keyControl ) : System