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


In This Topic
IgnoreUpdateSelection Property
In This Topic
Gets or sets a value indicating whether [ignore update selection].
Syntax
'Declaration
 
Protected Property IgnoreUpdateSelection As Boolean
 
'Usage
 
Dim instance As ModelessForm
Dim value As Boolean
 
instance.IgnoreUpdateSelection = value
 
value = instance.IgnoreUpdateSelection

Property Value

true if [ignore update selection]; otherwise, false.
See Also