[]
Contains information, such as the page and the link in the C1TopicBar control.
public struct C1TopicBarHitTestInfo
Use the HitTest() method to obtain a C1TopicBarHitTestInfo value.
Name | Description |
---|---|
Link | Get the C1TopicLink at the point being tested (if the point does not correspond to a page, it returns null). |
Page | Get the C1TopicPage at the point being tested (if the point does not correspond to a page, it returns null). |
Type | Gets a C1TopicBarHitTestTypeEnum that describes the type of element described by a C1TopicBarHitTestInfo. |