LineDisplay.DisplayText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DisplayText(String) |
Displays the specified string of characters. |
DisplayText(String, DisplayTextMode) |
Displays the specified string of characters in the specified display mode. |
DisplayText(String)
Displays the specified string of characters.
public abstract void DisplayText (string data);
abstract member DisplayText : string -> unit
Public MustOverride Sub DisplayText (data As String)
Parameters
- data
- String
The string of characters to display.
Applies to
DisplayText(String, DisplayTextMode)
Displays the specified string of characters in the specified display mode.
public abstract void DisplayText (string data, Microsoft.PointOfService.DisplayTextMode attribute);
abstract member DisplayText : string * Microsoft.PointOfService.DisplayTextMode -> unit
Public MustOverride Sub DisplayText (data As String, attribute As DisplayTextMode)
Parameters
- data
- String
The string of characters to display.
- attribute
- DisplayTextMode
The display attribute for the text. Possible values are defined by the DisplayTextMode enumeration. Valid values are Normal or Blink.