DesignerCollection::Item Property (Int32)
.NET Framework (current version)
Gets the designer at the specified index.
Assembly: System (in System.dll)
public: property IDesignerHost^ default[ int index ] { virtual IDesignerHost^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The index of the designer to return.
Property Value
Type: System.ComponentModel.Design::IDesignerHost^The designer at the specified index.
NamedPermissionSet
for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:
.NET Framework
Available since 1.1
Available since 1.1
Show: