BrightIdeasSoftware.ObjectListView.ConfigureControl C# (CSharp) 메소드

ConfigureControl() 보호된 메소드

Setup the given control to be a cell editor
protected ConfigureControl ( ) : void
리턴 void
        protected virtual void ConfigureControl()
        {
            this.cellEditor.Validating += new CancelEventHandler(CellEditor_Validating);
            this.cellEditor.Select();
        }
ObjectListView