Display_MouseMovesWindow
property
Delphi
property Display_MouseMovesWindow: Boolean index 0 read GetDisplayMouseMovesWindow write SetDisplayMouseMovesWindow default DEF_Display_MouseMovesWindow;
C++Builder
__property bool Display_MouseMovesWindow = {read=GetDisplayMouseMovesWindow, write=SetDisplayMouseMovesWindow, index=0, default=1};
C#
public bool Display_MouseMovesWindow { get; set; }
VB.NET
Public Property Display_MouseMovesWindow As Boolean
C++/Qt
BOOL GetDisplay_MouseMovesWindow ();
void SetDisplay_MouseMovesWindow (BOOL Value);
Specifies whether the mouse moves the video window or returns mouse events for this window, when the video window is not embedded in the TVideoGrabber control: if enabled, the mouse moves the video window; if disabled, the mouse returns mouse events, e.g. to draw graphic objects over the video window.