BaseProperty.HelpUrl 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.
The URL of the help page for this property that will be opened when the user hits F1.
public:
property System::String ^ HelpUrl { System::String ^ get(); void set(System::String ^ value); };
public string HelpUrl { get; set; }
member this.HelpUrl : string with get, set
Public Property HelpUrl As String
Property Value
The URL of the Help page for this property.
Examples
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vstoc/html/06ddebea-2c83-4a45-bb48-6264c797ed93.htm
Remarks
This property is higher in priority that HelpContext + HelpFile (i.e., these two properties are ignored if HelpUrl is specified), but lower in priority than F1Keyword. This field is optional and is culture insensitive.