TableHitTestType Enumeration
|
This enum class represents the type of a hit
test to perform for a table.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum TableHitTestType
Public Enumeration TableHitTestType
public enum class TableHitTestType
Members
Member name |
Value |
Description |
None |
0 |
None. |
Cell |
1 |
Cell. |
See Also