Spread Windows Forms 15.0
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
    protected bool SuppendSelecting {get; set;}

    Property Value

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