ComponentOne Menus and Toolbars for WinForms
C1TopicBarHitTestTypeEnum Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : C1TopicBarHitTestTypeEnum Enumeration
Type of topic bar element at a specific point on the control.
Syntax
'Declaration
 
Public Enum C1TopicBarHitTestTypeEnum 
   Inherits System.Enum
public enum C1TopicBarHitTestTypeEnum : System.Enum 
Members
MemberDescription
EmptyThe point is in the C1TopicBar's empty area.
LinkThe point is on empty space of a link (not over a text or image).
LinkImageThe point is on image of a link.
LinkTextThe point is on text of a link.
NoneThe point is out of the C1TopicBar's area.
PageBodyThe point is on a page body (but not on a link).
PageTitleThe point is on empty space of a page title area (not over a text, image or expand/collapse indicator).
PageTitleImageThe point is on image of a page title.
PageTitleIndicatorThe point is on expand/collapse indicator of a page title.
PageTitleTextThe point is on text of a page title.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.C1TopicBarHitTestTypeEnum

See Also

Reference

C1.Win.C1Command Namespace