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 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document