Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HeaderHitTestInformation Class / InSort Property


In This Topic
    InSort Property
    In This Topic
    Gets whether the location refers to the sort button.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InSort As Boolean
    'Usage
     
    
    Dim instance As HeaderHitTestInformation
    Dim value As Boolean
     
    value = instance.InSort
    public bool InSort {get;}
    See Also