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!

RedirectValueEditor.GetValueFromText

Converts the given text string to a value. If the editor specifies the StyleNoEditableText style, this function will only be called with strings that were previously returned by getTextFromValue.

[Visual Basic]
Overrides Public Function GetValueFromText( _
   ByVal text As String _
) As Object
[C#]
public override object GetValueFromText(
   string text
);
[C++]
public: override Object* GetValueFromText(
   String* text
);
[JScript]
public override function GetValueFromText(
   text : String
) : Object;

Parameters

text
[To be supplied.]

See Also

RedirectValueEditor Class | RedirectValueEditor Members | System.WinForms.ComponentModel Namespace