Provides access to the designer options located on the Tools menu under the Options command in the Visual Studio development environment.
See Also: IDesignerOptionService Members
System.ComponentModel.Design.IDesignerOptionService provides an interface that can be used to retrieve and update the values of the Windows Forms Designer options, which are listed within the dialog displayed by the Options command of the Tools menu of the Visual Studio development environment. The IDesignerOptionService.GetOptionValue(string, string) method retrieves the value of a specified option. The IDesignerOptionService.SetOptionValue(string, string, object) method sets a specified value for a specified option.