ActionRequestEventArgs.Text Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Text
Gets a string argument of the command or null reference (Nothing in Visual Basic) if the command has no string argument.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String | A string argument of the command or null reference (Nothing in Visual Basic) if the command has no string argument. |