Retrieves the list of module paths associated with each type contained in this ToolboxItem
[Visual Basic] Public ReadOnly Property AssemblyNames As AssemblyName () [C#] public AssemblyName[] AssemblyNames {get;} [C++] public: __property AssemblyName* get_AssemblyNames(); [JScript] public function get AssemblyNames() : AssemblyName[];
The an array of string module paths of each type contained in this ToolboxItem
ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace