Class InlineHelp
public class InlineHelp
- Inheritance
-
InlineHelp
- Inherited Members
- Extension Methods
Constructors
InlineHelp(string, string)
public InlineHelp(string instructionsUrl, string labelsUrl)
Parameters
Properties
InstructionsUrl
public string InstructionsUrl { get; }
Property Value
LabelsUrl
public string LabelsUrl { get; }
Property Value
Methods
GetInstruction(string)
public string GetInstruction(string locator)
Parameters
locatorstring
Returns
GetLabel(string, string)
public string GetLabel(string key, string language)