[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicBarHitTestTypeEnum

C1TopicBarHitTestTypeEnum Enum

Type of topic bar element at a specific point on the control.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public enum C1TopicBarHitTestTypeEnum

Fields

Name Description
Empty

The point is in the C1TopicBar's empty area.

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.