 | AppSettingsHelpPreference property |
The preferred Vishnu help (loaded via F1 or Context Menu):
"online": Vishnu help is loaded from the Internet (default);
"local": the Vishnu help is loaded locally as .chm.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string HelpPreference { get; set; }
Public Property HelpPreference As String
Get
Set
public:
property String^ HelpPreference {
String^ get ();
void set (String^ value);
}
member HelpPreference : string with get, set
Property value
String
See also