DesignerOptionService.DesignerOptionCollection Class
.NET Framework 3.0
Contains a collection of designer options. This class cannot be inherited.
Namespace: System.ComponentModel.Design
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <TypeConverterAttribute(GetType(DesignerOptionConverter))> _ Public NotInheritable Class DesignerOptionCollection Implements IList, ICollection, IEnumerable 'Usage Dim instance As DesignerOptionCollection
/** @attribute TypeConverterAttribute(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter) */ public final class DesignerOptionCollection implements IList, ICollection, IEnumerable
TypeConverterAttribute(System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter) public final class DesignerOptionCollection implements IList, ICollection, IEnumerable
Not applicable.
The DesignerOptionService.DesignerOptionCollection class is a collection that contains other DesignerOptionService.DesignerOptionCollection objects. This forms a tree of options, with each branch of the tree having a name and a possible collection of properties. Each parent branch of the tree contains a union of the properties of all the child branches.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: