Retrieves the text that should be displayed in the ArrayDialog for a given element.
[Visual Basic] Overridable Public Function GetDisplayText( _ ByVal value As Object _ ) As String [C#] public virtual string GetDisplayText( object value ); [C++] public: virtual String* GetDisplayText( Object* value ); [JScript] public function GetDisplayText( value : Object ) : String;
displayable text for the object.
OldArrayEditor Class | OldArrayEditor Members | System.ComponentModel.Design Namespace