Carrotware.CMS.Core.LabeledControl.LabeledControl C# (CSharp) Method

LabeledControl() public method

public LabeledControl ( ) : System
return System
        public LabeledControl()
        {
            this.ControlLabel = String.Empty;
            this.KeyControl = null;
        }

Same methods

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