Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / RichTextLayout.HitTestInfo Structure / HitTest Property


In This Topic
    HitTest Property (RichTextLayout.HitTestInfo)
    In This Topic
    Gets a boolean value indicating whether hit test is in the text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HitTest As Boolean
    'Usage
     
    
    Dim instance As RichTextLayout.HitTestInfo
    Dim value As Boolean
     
    value = instance.HitTest
    public bool HitTest {get;}
    See Also