Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FocusProcess Class / FocusProcess Constructor / FocusProcess Constructor(Boolean)
true to prevent the focus from moving; otherwise, false.


In This Topic
FocusProcess Constructor(Boolean)
In This Topic
Initializes a new instance of the FocusProcess class.
Syntax
'Declaration
 
Public Function New( _
   ByVal preventFocusLeave As Boolean _
)
 
'Usage
 
Dim preventFocusLeave As Boolean
 
Dim instance As New FocusProcess(preventFocusLeave)

Parameters

preventFocusLeave
true to prevent the focus from moving; otherwise, false.
See Also