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


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