Use the members of this enumeration to set the value of
the Code property in the HitTestInfo structure.
Namespace:
C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
| C# |
|---|
public enum HitCodeEnum |
| Visual Basic |
|---|
Public Enumeration HitCodeEnum |
Members
| Member name | Description | |
|---|---|---|
| Nowhere | The upper left corner of the control. | |
| Empty | The empty design area to the right and below the report. | |
| RulerHorz | The horizontal ruler. | |
| RulerVert | The vertical ruler. | |
| EdgeRight | The right edge of the report. | |
| EdgeBottom | The bottom edge of the report. | |
| SectionHdr | The section header. | |
| SectionBox | The section box. | |
| SortBox | The sort box. | |
| Section | The specified section. | |
| Field | The specified field. |