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

[To be supplied.]

[Visual Basic]
Protected Sub Select( _
   ByVal editor As ValueEditor, _
   ByVal value As Object, _
   ByVal bounds As Rectangle _
)
[C#]
protected void Select(
   ValueEditor editor,
   object value,
   Rectangle bounds
);
[C++]
protected: void Select(
   ValueEditor* editor,
   Object* value,
   Rectangle bounds
);
[JScript]
protected function Select(
   editor : ValueEditor,
   value : Object,
   bounds : Rectangle
);

Parameters

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

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace