Click or drag to resize
HelpText Constructor
Overload List
  NameDescription
Public methodHelpText
Initializes a new instance of the HelpText class.
Public methodHelpText(String)
Initializes a new instance of the HelpText class specifying heading string.
Public methodHelpText(BaseSentenceBuilder)
Initializes a new instance of the HelpText class specifying the sentence builder.
Public methodHelpText(String, String)
Initializes a new instance of the HelpText class specifying heading and copyright strings.
Public methodHelpText(BaseSentenceBuilder, String)
Initializes a new instance of the HelpText class specifying the sentence builder and heading string.
Public methodHelpText(String, String, Object)
Initializes a new instance of the HelpText class specifying heading and copyright strings.
Public methodHelpText(BaseSentenceBuilder, String, String)
Initializes a new instance of the HelpText class specifying heading and copyright strings.
Public methodHelpText(BaseSentenceBuilder, String, String, Object)
Initializes a new instance of the HelpText class specifying heading and copyright strings.
Top
See Also