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.Edit (String, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub Edit( _
   ByVal instantText As String, _
   ByVal selectAll As Boolean _
)
[C#]
protected void Edit(
   string instantText,
   bool selectAll
);
[C++]
protected: void Edit(
   String* instantText,
   bool selectAll
);
[JScript]
protected function Edit(
   instantText : String,
   selectAll : Boolean
);

Parameters

instantText
[To be supplied.]
selectAll
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace | ValueEditorHost.Edit Overload List