Click or drag to resize

ClickHyperlink Properties

The ClickHyperlink type exposes the following members.

Properties
Name Description
Public property Action
Public property ActionType
Represents the type of hyperlink. Read-only. Readonly HyperlinkActionType .
Public property Address
Returns or sets the Internet address (URL) to the target document.
Public property Static member EndShow
Returns a hyperlink which ends the show. Readonly ClickHyperlink .
Public property EndSounds
Indicates whether the sound should be stopped on hyperlink click. Read-only Boolean .
Public property Static member FirstSlide
Returns a hyperlink to the first slide of the presentation. Readonly ClickHyperlink .
Public property History
Indicates whether the target will be added to a list. Read-only Boolean .
Public property InvalidUrl
Public property IsHighlightClick
Indicates whether the hyperlink should be highlighted on click. Read-only Boolean .
Public property Static member LastSlide
Returns a hyperlink to the last slide of the presentation. Readonly ClickHyperlink .
Public property Static member LastVievedSlide
Returns a hyperlink to the last viewed slide. Readonly ClickHyperlink .
Public property Static member NextSlide
Returns a hyperlink to the next slide. Readonly ClickHyperlink .
Public property Static member NoAction
Returns a special "do nothing" hyperlink. Readonly Hyperlink.
Public property Static member PreviousSlide
Returns a hyperlink to the previous slide. Readonly ClickHyperlink .
Public property TargetFrame
Gets the frame within the parent HTML frameset Read-only String .
Public property TargetSlide
If the Hyperlink targets specific slide returns this slide. Readonly Slide .
Public property Tooltip
Returns or sets the ScreenTip text of a hyperlink. Read-only String .
Top
See Also