Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HeaderHitTestInformation Class / InColumnResize Property


In This Topic
InColumnResize Property
In This Topic
Gets whether the location refers to a column resize area.
Syntax
'Declaration
 
Public ReadOnly Property InColumnResize As Boolean
 
'Usage
 
Dim instance As HeaderHitTestInformation
Dim value As Boolean
 
value = instance.InColumnResize
See Also