HotSpot.NavigateUrl Property
Definition
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.