Gets a set of flags that determines whether the point is on a field resizing handle (a field has eight handles, one at each corner and one along each edge).

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public HitHandleFlags HitHandleFlags { get; }
Visual Basic
Public ReadOnly Property HitHandleFlags As HitHandleFlags
	Get

See Also