ZForge.Controls.XPTable.Editors.DropDownCellEditor.ShouldStopEditing C# (CSharp) Method

ShouldStopEditing() protected method

Gets whether the editor should stop editing if a mouse click occurs outside of the DropDownContainer while it is dropped down
protected ShouldStopEditing ( Control target, Point cursorPos ) : bool
target System.Windows.Forms.Control The Control that will receive the message
cursorPos Point The current position of the mouse cursor
return bool
        protected virtual bool ShouldStopEditing(Control target, Point cursorPos)
        {
            return true;
        }