[To be supplied.]
[Visual Basic] Protected Function GetText( _ ByVal editor As ValueEditor, _ ByVal value As Object _ ) As String [C#] protected string GetText( ValueEditor editor, object value ); [C++] protected: String* GetText( ValueEditor* editor, Object* value ); [JScript] protected function GetText( editor : ValueEditor, value : Object ) : String;
ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace