Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / SuppendSelecting Property


In This Topic
SuppendSelecting Property
In This Topic
Gets or sets a value indicating whether selecting is suppend. In the most case, it will be assigned if the form open a new modeless form.
Syntax
'Declaration
 
Protected Property SuppendSelecting As Boolean
 
'Usage
 
Dim instance As ModelessForm
Dim value As Boolean
 
instance.SuppendSelecting = value
 
value = instance.SuppendSelecting

Property Value

true if selecting is suppend; otherwise, false.
See Also