ComponentFactory.Krypton.Toolkit.KryptonReadOnlyControls.KryptonReadOnlyControls C# (CSharp) Method

KryptonReadOnlyControls() public method

Initialize a new instance of the KryptonReadOnlyControls class.
public KryptonReadOnlyControls ( Control owner ) : System
owner System.Windows.Forms.Control Owning control.
return System
        public KryptonReadOnlyControls(Control owner)
            : base(owner)
        {
            _allowRemove = false;
        }