Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ViewportHitTestInformation Class / InNote Property


In This Topic
    InNote Property (ViewportHitTestInformation)
    In This Topic
    Gets whether the location refers to a sticky note.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InNote As Boolean
    'Usage
     
    
    Dim instance As ViewportHitTestInformation
    Dim value As Boolean
     
    value = instance.InNote
    public bool InNote {get;}
    See Also