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

[To be supplied.]

[Visual Basic]
MustOverride Protected Function GetValueEditor() As ValueEditor
[C#]
protected abstract ValueEditor GetValueEditor();
[C++]
protected: virtual ValueEditor* GetValueEditor() = 0;
[JScript]
protected abstract function GetValueEditor() : ValueEditor;

See Also

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