Click or drag to resize

NavTarget Properties

The NavTarget type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the navigation target attributes.
Public propertyCaption
Gets the item's caption. Note that the caption is resolved for vocab and embedded functions.
Public propertyID
Gets the nav_target_id.
Public propertyName
Gets the item's name.
Public propertyProperties
The properties collection for this object.
Public propertyTarget
Gets the item's target. Handling for the Target depends on the TargetType.
Public propertyTargetType
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.
Public propertyTextItems
Gets the item's text.
Public propertyToolTip
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.
Public propertyVersion
The version of this object's assembly.
Top
See Also