Skip to main content

TdxSpreadSheetTableViewHitTest.HitAtContainerSelection Property

Returns a value indicating whether the inspected point corresponds to a selected container‘s handle.

Declaration

property HitAtContainerSelection: Boolean index hcContainerSelection read;

Property Value

Type
Boolean

Remarks

This property returns True if the inspected point corresponds to the one of the handles of the selected picture or shape container; otherwise – False.

If you need to identify whether the inspected point corresponds to the container itself, use the HitAtContainer property instead.

See Also