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


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