NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueEditorHost.InstantText

[To be supplied.]

[Visual Basic]
Protected Sub InstantText( _
   ByVal text As String _
)
[C#]
protected void InstantText(
   string text
);
[C++]
protected: void InstantText(
   String* text
);
[JScript]
protected function InstantText(
   text : String
);

Parameters

text
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace