Supports controls that need access to the hosting application's user options.
Top
Top
The following tables list the members exposed by the IApplicationOptions type.
| Name | Description | |
|---|---|---|
|
CanAccessOptionCategory | Determines whether this control can access the specified option category. |
|
GetCookie | Gets the current value of the specified Cookie. |
|
GetOptionValue | Gets the current value of the specified option. |
|
IsOptionCategoryRegistered | Determines whether the specified option category is registered. |
|
IsOptionRegistered | Determines whether the specified option category is registered. |
|
RegisterOption | Registers the specified option. |
|
RegisterOptionCategory | Registers the specified option category. |
|
SetCookie | Sets the value for the specified Cookie. |
|
SetOptionValue | Sets the value for the specified option. |
|
UnregisterOption | Unregisters the specified option. |
|
UnregisterOptionCategory | Unregisters the specified option category and removes all registered options. |
| Name | Description | |
|---|---|---|
|
OptionsChanged | Notifies any listeners that the main application Options have changed. |
