Programming with Reflection
SetTerminalKbdPos method
Syntax object.SetTerminalKbdPos Left, Top, Width, Height
Adjusts the location and size of the terminal keyboard window. The effects of SetTerminalKbdPos are only apparent when the terminal keyboard window is visible and not attached to the terminal window margin. (Use the TerminalKbdVisible property to determine if the terminal keyboard window is visible, the TerminalKbdMode property to attach or detach the toolbar from an edge of the terminal screen, or the TerminalKbdShape property to specify which of several available shapes and key arrangements are possible for the terminal keyboard window.)
The terminal keyboard can be resized with SetTerminalKbdPos, but not reshaped. If the width and height values that you assign do not match the current shape of the terminal keyboard, Reflection generally uses the specified width and then automatically sets height to preserve the shape.
Left Argument type: Integer
The new location for the left margin of the terminal keyboard (in number of pixels from the left margin of the screen).
Top Argument type: Integer
The new location for the top margin of the terminal keyboard window (in number of pixels from the top margin of the screen).
Width Argument type: Integer
The new width (in pixels) for the terminal keyboard window.
Height Argument type: Integer
The new height (in pixels) for the terminal keyboard window.