CitrixVirtualUser TypeText Method C# API
Enter a string of characters.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void TypeText(
	string text
)

Parameters

text
Type: System String
The text to enter.
Remarks

Enters the text by executing a series of calls to KeyDown(Int32, Int32) and KeyUp(Int32, Int32). You can modify the speed at which the text is entered by setting the DefaultWorkInterval. Valid values for modifier keys:
CharacterKey Modifier
^Control
%Alt
+Shift
#Extended
Valid values for special keys:
TextKey
{BACK}Backspace key
{BACKSPACE}Backspace key
{BS}Backspace key
{BKSP}Backspace key
{BREAK}Break key
{CAP}Caps Lock key
{CAPSLOCK}Caps Lock key
{DEL}Delete key
{DELETE}Delete key
{DOWN}Down Arrow key
{END}End key
{ENTER}Enter key
{ESC}Escape key
{HELP}Help key
{HOME}Home key
{INS}Insert key
{INSERT}Insert key
{LEFT}Left Arrow key
{LMENU}Left ALT key
{LWIN}Left Windows key
{NUMLOCK}Number Lock key
{PGDN}Page Down key
{PGUP}Page Up key
{PRTSC}Print Screen key
{RIGHT}Right Arrow key
{RMENU}Right ALT key
{RWIN}Right Windows key
{SCROLLLOCK}Scroll Lock key
{SPACE}Space Bar
{TAB}Tab key
{UP}Up Arrow key
Valid values for function keys:
Text
{F1}
{F2}
{F3}
{F4}
{F5}
{F6}
{F7}
{F8}
{F9}
{F10}
{F11}
{F12}
{F13}
{F14}
{F15}
{F16}
{F17}
{F18}
{F19}
{F20}
{F21}
{F22}
{F23}
{F24}
See Also