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


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