WindowsFormsDesignerOptionService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to get and set option values for a Windows Forms designer.
public ref class WindowsFormsDesignerOptionService : System::ComponentModel::Design::DesignerOptionService
public class WindowsFormsDesignerOptionService : System.ComponentModel.Design.DesignerOptionService
type WindowsFormsDesignerOptionService = class
inherit DesignerOptionService
Public Class WindowsFormsDesignerOptionService
Inherits DesignerOptionService
- Inheritance
Constructors
WindowsFormsDesignerOptionService() |
Initializes a new instance of the WindowsFormsDesignerOptionService class. |
Properties
CompatibilityOptions |
Gets the DesignerOptions exposed by the WindowsFormsDesignerOptionService. |
Options |
Gets the options collection for this service. (Inherited from DesignerOptionService) |
Methods
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) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
PopulateOptionCollection(DesignerOptionService+DesignerOptionCollection) |
Populates a 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) |
Explicit Interface Implementations
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) |