Programming with Reflection

image\rwnprg32.gif TerminalKbdShape property

 

Syntax

object.TerminalKbdShape
object.TerminalKbdShape = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the shape and key configuration for the graphical terminal keyboard.

Values

The default is rcFullSize.

rcFullSize This is the largest and most complete version—all 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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property