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;
RedirectValueEditor Class | RedirectValueEditor Members | System.WinForms.ComponentModel Namespace