Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / SearchStrings Property


In This Topic
    SearchStrings Property (SearchDialog)
    In This Topic
    Gets the strings that were searched for in the search dialog.
    Syntax
    'Declaration
     
    
    Public Overridable Property SearchStrings As String()
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value() As String
     
    instance.SearchStrings = value
     
    value = instance.SearchStrings
    public virtual string[] SearchStrings {get; set;}
    See Also