DesignerOptionService::PopulateOptionCollection Method (DesignerOptionService::DesignerOptionCollection^)
.NET Framework (current version)
Populates a DesignerOptionService::DesignerOptionCollection.
Assembly: System (in System.dll)
protected: virtual void PopulateOptionCollection( DesignerOptionService::DesignerOptionCollection^ options )
Parameters
- options
-
Type:
System.ComponentModel.Design::DesignerOptionService::DesignerOptionCollection^
The collection to populate.
The PopulateOptionCollection method is called on demand the first time a user asks for child options or properties of an options collection.
You can populate the options collection by calling the CreateOptionCollection method and passing this collection as the parent.
.NET Framework
Available since 2.0
Available since 2.0
Show: