SetHyperlink

Sets the hyperlink associated with this PresentationBaseShape.

public void SetHyperlink(PresentationHyperlinkActionType actionType, string url)
Parameter Type Description
actionType PresentationHyperlinkActionType The action that activates the hyperlink.
url String The hyperlink url.

See Also