[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicBarHitTestInfo

C1TopicBarHitTestInfo Struct

Contains information, such as the page and the link in the C1TopicBar control.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public struct C1TopicBarHitTestInfo
Remarks

Use the HitTest() method to obtain a C1TopicBarHitTestInfo value.

Fields

Name Description

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.