An NDoc Documented Class Library

IUIItem.Enter Method 

[Visual Basic]
Sub Enter( _ 
   ByVal value As String _ 
)
[C#]
void Enter(
   string value
);
[C++]
void Enter(
   String* value
);
[JScript]
function Enter(
   String value
);

See Also

IUIItem Interface | White.Core.UIItems Namespace