ComponentFactory.Krypton.Toolkit.KryptonListBox.CreateControlsInstance C# (CSharp) 메소드

CreateControlsInstance() 개인적인 메소드

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