LineDisplayBase.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 current window, in the specified direction.
public override void ScrollText (Microsoft.PointOfService.DisplayScrollText direction, int units);
override this.ScrollText : Microsoft.PointOfService.DisplayScrollText * int -> unit
Public Overrides 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.