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