FocusProcess Constructor(Boolean)
Initializes a new instance of the
FocusProcess class.
public FocusProcess(
bool
)
'Declaration
Public Function New( _
ByVal As Boolean _
)
'Usage
Dim preventFocusLeave As Boolean
Dim instance As New FocusProcess(preventFocusLeave)
Parameters
- preventFocusLeave
- true to prevent the focus from moving; otherwise, false.