NavTarget Properties |
The NavTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the navigation target attributes.
|
![]() | Caption |
Gets the item's caption.
Note that the caption is resolved for vocab and embedded functions.
|
![]() | ID |
Gets the nav_target_id.
|
![]() | Name |
Gets the item's name.
|
![]() | Properties |
The properties collection for this object.
|
![]() | Target |
Gets the item's target. Handling for the Target depends on the TargetType.
|
![]() | TargetType |
The type of the target. (e.g. MOP, URL).
The value should be one of the string constants in the NavTargetTypes class (the class is
essentially a set of string enums). The TargetType dictates how the Target is handled.
|
![]() | TextItems |
Gets the item's text.
|
![]() | ToolTip |
Gets the item's tooltip.
Note that (for historical reasons) if no Tooltip is specified on the item and the NoDefaultTip
is NOT set then the Caption will be used as a tooltip.
|
![]() | Version |
The version of this object's assembly.
|