LineDisplayBase.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, DisplayTextMode) | |
DisplayText(String) |
DisplayText(String, DisplayTextMode)
public override void DisplayText (string data, Microsoft.PointOfService.DisplayTextMode attribute);
override this.DisplayText : string * Microsoft.PointOfService.DisplayTextMode -> unit
Public Overrides 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.
Applies to
DisplayText(String)
public override void DisplayText (string data);
override this.DisplayText : string -> unit
Public Overrides Sub DisplayText (data As String)
Parameters
- data
- String
The string of characters to display.