Used when registering an option category to describes the scope/accessibility of options.
| Member name | Description | |
|---|---|---|
| None | Options are not available to any third-party control. | |
| Public | Options are available to all controls. | |
| Assembly | Options are available to controls defined in this assembly. | |
| Module | Options are available to controls defined in this module. | |
| DeclaringType | Options are available only to instances of this control. |
