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.ItemTypeNames

Retrieves the fully-qualified string names of the Types contained in this ToolboxItem

[Visual Basic]
Public ReadOnly Property ItemTypeNames As String ()
[C#]
public string[] ItemTypeNames {get;}
[C++]
public: __property String* get_ItemTypeNames();
[JScript]
public function get ItemTypeNames() : String[];

Property Value

The an array of string type names contained in this ToolboxItem

See Also

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