NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxItem.DisplayName

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;

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace