Use the members of this enumeration to set the value
of the HitHandleFlags property in the HitTestInfo Structure.
Namespace:
C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum HitHandleFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration HitHandleFlags |
Members
| Member name | Description | |
|---|---|---|
| None | The center of the field. | |
| Left | The left edge of the field. | |
| Center | The center of the horizontal edge. | |
| Right | The right edge of the field. | |
| Horz | Any horizontal flag (Left | Center | Right). | |
| Top | The top edge of the field. | |
| CenterV | The center of the vertical edge. | |
| Bottom | The bottom edge of the field. | |
| Vert | Any vertical flag (Top | CenterV | Bottom). |