DesignerOptionService::Options Property

 

Gets the options collection for this service.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
property DesignerOptionService::DesignerOptionCollection^ Options {
	DesignerOptionService::DesignerOptionCollection^ get();
}

There is always a global options collection that contains child collections.

The following code example shows how you can navigate the collections by named indexers so you can get the value of the GridSize option. All three variations return the same value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: