IEditorOptions.SetOptionValue Method
Include Protected Members
Include Inherited Members
Sets the value of the specified option in the current scope
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetOptionValue(String, Object) | Sets the value of the specified option in the current scope. | |
SetOptionValue<T>(EditorOptionKey<T>, T) | Sets the value of the specified option in the current scope. |
Top