Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripOpeningEventArgs Class / KeepSelection Property


In This Topic
    KeepSelection Property
    In This Topic
    Gets or sets a value that indicates whether to keep the selection.
    Syntax
    'Declaration
     
    
    Public Property KeepSelection As Boolean
    'Usage
     
    
    Dim instance As TouchStripOpeningEventArgs
    Dim value As Boolean
     
    instance.KeepSelection = value
     
    value = instance.KeepSelection
    public bool KeepSelection {get; set;}

    Property Value

    True to keep the selection; otherwise, False. The default is True.
    See Also