Error processing SSI file
(Leadtools.Controls)

Show in webframe

FocusOnDown Property




Indicates whether the service should move the focus to the events source when the user clicks on the mouse.
Syntax
public bool FocusOnDown {get; set;}
'Declaration
 
Public Property FocusOnDown As Boolean

Property 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.
Remarks

When this value is true (the default value), the service will call Control.Focus on EventsSource. This allows the control to received the 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.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file