LineDisplay.ScrollText(DisplayScrollText, Int32) 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.
Scrolls text in the active window, in the specified direction.
public abstract void ScrollText (Microsoft.PointOfService.DisplayScrollText direction, int units);
abstract member ScrollText : Microsoft.PointOfService.DisplayScrollText * int -> unit
Public MustOverride Sub ScrollText (direction As DisplayScrollText, units As Integer)
Parameters
- direction
- DisplayScrollText
Indicates the scrolling direction, as defined by the DisplayScrollText enumeration.
- units
- Int32
Indicates the number of columns or rows to scroll.