NSCollectionEditor.GetDisplayText(Object) Method

Definition

Retrieves the display text for the collection editor.

protected:
 override System::String ^ GetDisplayText(System::Object ^ value);
protected override string GetDisplayText (object value);
override this.GetDisplayText : obj -> string
Protected Overrides Function GetDisplayText (value As Object) As String

Parameters

value
Object

The value of the text.

Returns

The display text for the collection editor.

Applies to