|
|
|
|
|
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
CursorCapture(True, Handle(WIN_WindowName))
Sintaxis
<Result> = CursorCapture([<Redirection>, ] <Object identifier>)
<Result>: Integer - Identifier (handle) of the window previously receiving all the mouse messages,
- NULL if no specific window was receiving the mouse events (standard mode).
<Redirection>: Optional boolean Specifies the management mode of the mouse events:- True (default): messages are directed to a window or field.
- False Classic event management.
<Object identifier>: Integer Handle of the window or control. This identifier is returned by Handle. Observaciones CursorCapture has no effect when used in the initialization code of the window.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|