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.GetText

[To be supplied.]

[Visual Basic]
Protected Function GetText( _
   ByVal editor As ValueEditor, _
   ByVal value As Object _
) As String
[C#]
protected string GetText(
   ValueEditor editor,
   object value
);
[C++]
protected: String* GetText(
   ValueEditor* editor,
   Object* value
);
[JScript]
protected function GetText(
   editor : ValueEditor,
   value : Object
) : String;

Parameters

editor
[To be supplied.]
value
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace