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


In This Topic
InRowExpansion Property
In This Topic
Gets whether the location refers to the row expand button.
Syntax
'Declaration
 
Public ReadOnly Property InRowExpansion As Boolean
 
'Usage
 
Dim instance As HeaderHitTestInformation
Dim value As Boolean
 
value = instance.InRowExpansion
See Also