Options.CtrlClickHyperlinkToOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word requires holding down the CTRL key while clicking to open a hyperlink.
public:
property bool CtrlClickHyperlinkToOpen { bool get(); void set(bool value); };
public bool CtrlClickHyperlinkToOpen { get; set; }
member this.CtrlClickHyperlinkToOpen : bool with get, set
Public Property CtrlClickHyperlinkToOpen As Boolean