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

[To be supplied.]

[Visual Basic]
Protected Function ComputeTextBounds( _
   ByVal editor As ValueEditor, _
   ByVal rect As Rectangle _
) As Rectangle
[C#]
protected Rectangle ComputeTextBounds(
   ValueEditor editor,
   Rectangle rect
);
[C++]
protected: Rectangle ComputeTextBounds(
   ValueEditor* editor,
   Rectangle rect
);
[JScript]
protected function ComputeTextBounds(
   editor : ValueEditor,
   rect : Rectangle
) : Rectangle;

Parameters

editor
[To be supplied.]
rect
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace