ZForge.Controls.XPTable.Editors.DropDownCellEditor.ShouldStopEditing C# (CSharp) Méthode

ShouldStopEditing() protected méthode

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
Résultat bool
        protected virtual bool ShouldStopEditing(Control target, Point cursorPos)
        {
            return true;
        }