If the ListBox contains objects that support properties, this indicates which property of the object to show. If "", the object shows it's ToString().
[Visual Basic] Public Property DisplayMember As String [C#] public string DisplayMember {get; set;} [C++] public: __property String* get_DisplayMember(); public: __property void set_DisplayMember(String*); [JScript] public function get DisplayMember() : String; public function set DisplayMember(String);
ListControl Class | ListControl Members | System.WinForms Namespace