Click or drag to resize
HelpTextAddPostOptionsLine Method
Adds a text line at the bottom, after options usage string.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void AddPostOptionsLine(
	string value
)

Parameters

value
Type: SystemString
A String instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when parameter value is null or empty string.
See Also