An NDoc Documented Class Library

IUIItem.KeyIn Method 

[Visual Basic]
Sub KeyIn( _ 
   ByVal key As KeyboardInput#SpecialKeys _ 
)
[C#]
void KeyIn(
   KeyboardInput#SpecialKeys key
);
[C++]
void KeyIn(
   KeyboardInput#SpecialKeys key
);
[JScript]
function KeyIn(
   KeyboardInput#SpecialKeys key
);

See Also

IUIItem Interface | White.Core.UIItems Namespace