Programming with Reflection
TerminalKbdShape property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the shape and key configuration for the graphical terminal keyboard.
The default is rcFullSize.
rcFullSize This is the largest and most complete versionall keys, including alphanumeric keys, are shown.
rcMiniSize Similar to rcFullSize, but without the alphanumeric keys.
rcVertical Displays a long, narrow keyboard, without alphanumeric keys.
rcHorizontal Displays a wide, short keyboard, without alphanumeric keys.
Notes
· This property is relevant only if the terminal keyboard is unattached (TerminalKbdMode property = rcFloating).
· The value of this property changes when you click the arrow buttons in the upper right corner of a floating terminal keyboard.