GanttControlHitInfo Members
Represents information about the control’s visual elements under the hit point.Constructors
| Name | Description |
|---|---|
| GanttControlHitInfo() | Initializes a new GanttControlHitInfo class instance. |
Properties
| Name | Description |
|---|---|
| ChartHitTest | Gets or sets information about the chart’s visual element under the hit point. |
| InChart | Gets whether the hit point belongs to the chart. |
| InSplitter | Gets whether the hit point belongs to the splitter. |
| InTimeline | Gets whether the hit point belongs to the timeline. |
| InTimelineSplitter | Gets whether the hit point belongs to the timeline splitter. |
| InTreeList | Gets whether the hit point belongs to the task list. |
| SplitterHitTest | Gets or sets information about the splitter’s visual element under the hit point. |
| TimelineHitTest | Gets or sets information about the timeline’s visual element under the hit point. |
| TimelineSplitterHitTest | Gets or sets information about the timeline splitter’s visual element under the hit point. |
| TreeListHitTest | Gets or sets information about the task list’s visual element under the hit point. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also