Supports controls that need access to functionality exposed by the hosting application.
Top
Top
Top
The following tables list the members exposed by the IApplication type.
| Name | Description | |
|---|---|---|
|
ApplicationTitle | The title of the hosting application. |
|
AvailableCultures | The available languages. |
|
CurrentUICulture | Current UICulture. |
|
CurrentZoom | Current Zoom. |
|
EditorMode | The current state of the hosting application. |
|
UserName | The name of the current user. |
| Name | Description | |
|---|---|---|
|
DismissWaitDialog | Requests the hosting application dismiss the wait dialog. |
|
IsCommandPermitted | Checks with the hosting application to determine if a particular command is permissable and valid in the current context. |
|
RequestCommand | Requests the hosting application execute the specified command. |
|
RequestMessageDialog | (Overloaded) Requests the hosting application display a dialog to the user, with the specified message text and severity icon. |
|
RequestToolTip | Requests the hosting application display a tooltip, with the specified text and reason indicator. |
|
RequestWaitDialog | (Overloaded) Requests the hosting application display a 'wait' dialog to the user, with the specified message text. |
| Name | Description | |
|---|---|---|
|
ApplicationDataRefreshing | Supports controls that need to be made aware when the hosting application is refreshing its run-time-loaded collections (e.g., Pages, Controls, Symbols). |
|
EditorModeChanged | Supports controls that need to be made aware when the hosting application switches between Design Mode and Run Mode. |
|
UICultureChanged | Supports controls that need to be made aware when the UICulture of the hosting application changes (typically because the user changes language). |
|
ZoomChanged | Supports controls that need to be made aware when the Zoom level of the hosting application changes. |
