Click or drag to resize

MultiLineEdit.PageDown Method (Typed)

X#
Move the cursor from its current position in a multiline edit control down a single page length.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PageDown() AS VOID
Request Example View Source
Remarks
A page is the number of lines that fits in the current multiline edit control in the current font.
See Also