[]
Get a value that indicates whether there is a need to resend the mouse event when the mouse button is pressed down on the component.
bool ShouldResentMouseEvent(Point location)
Function ShouldResentMouseEvent(location As Point) As Boolean
| Type | Name | Description |
|---|---|---|
| Point | location | Mouse down position. |
| Type | Description |
|---|---|
| bool |
|