Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​ComponentModel.​Design.​IDesignerOptionService
Assembly: System.ComponentModel.TypeConverter
Provides access to the designer options located on the Tools menu under the Options command in the Visual Studio development environment.
Methods
object
GetOptionValue​(string pageName,
string valueName)
Gets the value of the specified Windows Forms Designer option.
Returns The value of the specified option.
pageName
The name of the page that defines the option.
valueName
The name of the option property.
void
SetOptionValue​(string pageName,
string valueName,
object value)
Sets the value of the specified Windows Forms Designer option.
pageName
The name of the page that defines the option.
valueName
The name of the option property.
value
The new value.