Supports controls that need access to the hosting application's user options.

The following tables list the members exposed by the IApplicationOptions type.

Name Description
Public method CanAccessOptionCategory Determines whether this control can access the specified option category.
Public method GetCookie Gets the current value of the specified Cookie.
Public method GetOptionValue Gets the current value of the specified option.
Public method IsOptionCategoryRegistered Determines whether the specified option category is registered.
Public method IsOptionRegistered Determines whether the specified option category is registered.
Public method RegisterOption Registers the specified option.
Public method RegisterOptionCategory Registers the specified option category.
Public method SetCookie Sets the value for the specified Cookie.
Public method SetOptionValue Sets the value for the specified option.
Public method UnregisterOption Unregisters the specified option.
Public method UnregisterOptionCategory Unregisters the specified option category and removes all registered options.
Top
Name Description
Public event OptionsChanged Notifies any listeners that the main application Options have changed.
Top