ComponentFactory.Krypton.Toolkit.KryptonListBox.CreateControlsInstance C# (CSharp) Method

CreateControlsInstance() private method

private CreateControlsInstance ( ) : Control.ControlCollection
return System.Windows.Forms.Control.ControlCollection
        protected override Control.ControlCollection CreateControlsInstance()
        {
            return new KryptonReadOnlyControls(this);
        }
KryptonListBox