Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / DetectUrls Property


In This Topic
    DetectUrls Property
    In This Topic
    Internal use only. Gets whether it detects URLs.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property DetectUrls As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    value = instance.DetectUrls
    public new bool DetectUrls {get;}
    See Also