Back to Devexpress

TokenEdit.AllowMouseClick(Control, Point) Method

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

latest1.4 KB
Original Source

TokenEdit.AllowMouseClick(Control, Point) Method

This member supports the internal 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 override bool AllowMouseClick(
    Control control,
    Point p
)
vb
Public Overrides Function AllowMouseClick(
    control As Control,
    p As Point
) As Boolean

Parameters

NameType
controlControl
pPoint

Returns

Type
Boolean

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace