Indicates whether the service should move the focus to the events source when the user clicks on the mouse.
public bool FocusOnDown { get; set; }
Public Property FocusOnDown() As Boolean
Get
Set
public:
property bool FocusOnDown
{
bool get()
void set(bool value)
}
true if the service should move the focus to the events source when the user clicks on the mouse, otherwise; false. Default value is true.
When this value is true (the default value), the service will call System.Windows.Forms.Control.Focus. This allows the control to received the System.Windows.Forms.Control.LostFocus event and cancels any running operation when the application loses the focus if the user clicks away or switches the main window using ALT-TAB.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET