[]
Type of topic bar element at a specific point on the control.
public enum C1TopicBarHitTestTypeEnum
Name | Description |
---|---|
Empty | The point is in the C1TopicBar's empty area. |
Link | The point is on empty space of a link (not over a text or image). |
LinkImage | The point is on image of a link. |
LinkText | The point is on text of a link. |
None | The point is out of the C1TopicBar's area. |
PageBody | The point is on a page body (but not on a link). |
PageTitle | The point is on empty space of a page title area (not over a text, image or expand/collapse indicator). |
PageTitleImage | The point is on image of a page title. |
PageTitleIndicator | The point is on expand/collapse indicator of a page title. |
PageTitleText | The point is on text of a page title. |