Retrieves the display name for this ToolboxItem. This is the string that will be displayed for the item in the toolbox
[Visual Basic] Public ReadOnly Property DisplayName As String [C#] public string DisplayName {get;} [C++] public: __property String* get_DisplayName(); [JScript] public function get DisplayName() : String;
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace