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