In This Topic
The following tables list the members exposed by MapItem.
Public Constructors
Public Properties
| Name | Description |
| HelpTopic | Gets the HelpTopic object by the Url value. |
| HelpTopicTrigger | Specifies what triggers the topic display. |
| ItemType | Gets or sets an item type. |
| ShowDefaultTopicFirst | Gets or sets a value indicating whether the default topic (the topic associated with the form) should be always displayed when the form is loaded and becomes visible, even if a UI element inside the form got focus and has a topic associated with it. |
| UIElement | Gets or sets a UI element for which a help topic is displayed. |
| Url | Gets or sets the URL of a help topic that will be displayed. |
| UseDefaultTrigger | Gets or sets a value indicating whether a topic will be displayed depending on its own HelpTopicTrigger value or on the C1DynamicHelp.DefaultTrigger value of the C1DynamicHelp control. |
Top
Public Methods
| Name | Description |
| ToString | Returns a string representation of a MapItem, which is the topic URL. |
Top
See Also