Back to Devexpress

BaseEdit.AllowMouseClick(Control, Point) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-allowmouseclick-x28-system-dot-windows-dot-forms-dot-control-system-dot-drawing-dot-point-x29.md

latest1.7 KB
Original Source

BaseEdit.AllowMouseClick(Control, Point) Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual bool AllowMouseClick(
    Control control,
    Point p
)
vb
Public Overridable Function AllowMouseClick(
    control As Control,
    p As Point
) As Boolean

Parameters

NameTypeDescription
controlControl

A System.Windows.Forms.Control object representing the control containing the current editor.

| | p | Point |

A System.Drawing.Point object representing the coordinates of a mouse click.

|

Returns

TypeDescription
Boolean

true , a mouse click is allowed; otherwise, false.

|

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace