HotSpot.NavigateUrl 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.
Gets or sets the URL to navigate to when a HotSpot object is clicked.
public:
property System::String ^ NavigateUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string NavigateUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.NavigateUrl : string with get, set
Public Property NavigateUrl As String
Property Value
The URL to navigate to when a HotSpot object is clicked. The default is an empty string ("").
- Attributes
Remarks
Use the NavigateUrl property to specify the URL to navigate to when a HotSpot object is clicked. This property has an effect only when the HotSpotMode property is set to HotSpotMode.Navigate
, to navigate to a URL.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.