[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;
ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace