Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupHitTestInformation Class / InCorner Property


In This Topic
    InCorner Property
    In This Topic
    Gets whether the location refers to an outline (range group) corner area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InCorner As Boolean
    'Usage
     
    
    Dim instance As RangeGroupHitTestInformation
    Dim value As Boolean
     
    value = instance.InCorner
    public bool InCorner {get;}
    See Also