WindowsFormsDesignerOptionService Class
Provides access to get and set option values for a Windows Forms designer.
Assembly: System.Design (in System.Design.dll)
System.ComponentModel.Design::DesignerOptionService
System.Windows.Forms.Design::WindowsFormsDesignerOptionService
| Name | Description | |
|---|---|---|
![]() | WindowsFormsDesignerOptionService() | Initializes a new instance of the WindowsFormsDesignerOptionService class. |
| Name | Description | |
|---|---|---|
![]() | CompatibilityOptions | Gets the DesignerOptions exposed by the WindowsFormsDesignerOptionService. |
![]() | Options | Gets the options collection for this service.(Inherited from DesignerOptionService.) |
| Name | Description | |
|---|---|---|
![]() | CreateOptionCollection(DesignerOptionService::DesignerOptionCollection^, String^, Object^) | Creates a new DesignerOptionService::DesignerOptionCollection with the given name and adds it to the given parent. (Inherited from DesignerOptionService.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | PopulateOptionCollection(DesignerOptionService::DesignerOptionCollection^) | |
![]() | ShowDialog(DesignerOptionService::DesignerOptionCollection^, Object^) | Shows the options dialog box for the given object.(Inherited from DesignerOptionService.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDesignerOptionService::GetOptionValue(String^, String^) | Gets the value of an option defined in this package.(Inherited from DesignerOptionService.) |
![]() ![]() | IDesignerOptionService::SetOptionValue(String^, String^, Object^) | Sets the value of an option defined in this package.(Inherited from DesignerOptionService.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




