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[];
The an array of string type names contained in this ToolboxItem
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace