'Declaration
Protected Property IgnoreUpdateSelection As Boolean
'Usage
Dim instance As ModelessForm Dim value As Boolean instance.IgnoreUpdateSelection = value value = instance.IgnoreUpdateSelection
protected bool IgnoreUpdateSelection {get; set;}
Property Value
true
if [ignore update selection]; otherwise, false
.