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

[To be supplied.]

[Visual Basic]
Protected Function ComputeWidth( _
   ByVal editor As ValueEditor, _
   ByVal value As Object, _
   ByVal g As Graphics, _
   ByVal font As Font _
) As Integer
[C#]
protected int ComputeWidth(
   ValueEditor editor,
   object value,
   Graphics g,
   Font font
);
[C++]
protected: int ComputeWidth(
   ValueEditor* editor,
   Object* value,
   Graphics* g,
   Font* font
);
[JScript]
protected function ComputeWidth(
   editor : ValueEditor,
   value : Object,
   g : Graphics,
   font : Font
) : int;

Parameters

editor
[To be supplied.]
value
[To be supplied.]
g
[To be supplied.]
font
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace