'Declaration
Protected Property SuppendSelecting As Boolean
'Usage
Dim instance As ModelessForm Dim value As Boolean instance.SuppendSelecting = value value = instance.SuppendSelecting
protected bool SuppendSelecting {get; set;}
Property Value
true
if selecting is suppend; otherwise, false
.