BrightIdeasSoftware.ObjectListView.ConfigureControl C# (CSharp) Method

ConfigureControl() protected method

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