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

    Property Value

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