MouseHookWorkingArea Property
Gets or sets the screen's working area on which to notify about mouse events.
The events fired by this
mouseHook will be restricted to the bounds of the specified rectangle.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Rectangle WorkingArea { get; set; }
Public Property WorkingArea As Rectangle
Get
Set
Dim instance As MouseHook
Dim value As Rectangle
value = instance.WorkingArea
instance.WorkingArea = value
public:
property Rectangle WorkingArea {
Rectangle get ();
void set (Rectangle value);
}
member WorkingArea : Rectangle with get, set
No code example is currently available or this language may not be supported.
Property Value
Rectangle
The screen's working area on which to notify about mouse events.