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


In This Topic
    FoundString Property (SearchDialog)
    In This Topic
    Gets the string that matches the one searched for.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property FoundString As String
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As String
     
    value = instance.FoundString
    public virtual string FoundString {get;}
    See Also