The following tables list the members exposed by MobileApplication.
Name | Description | |
---|---|---|
![]() | ApplicationExtensions | Gets the ApplicationExtensions for the Project. |
![]() ![]() | Current | Current MobileApplication.Current. |
![]() | CurrentForm | The currently shown form. This may be a dialog if there is a dialog being shown. |
![]() | GlobalProjectExtensions | Collection of global project extensions (i.e., they apply to all projects). |
![]() | GlobalTasks | Collection of global tasks (i.e., they apply to all projects). |
![]() | GpsConnectionManager | Gets the GPS Connection Manager associated with the application |
![]() | InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. |
![]() | Project | Gets the current Project |
![]() | Settings | Gets the Application Settings |
Name | Description | |
---|---|---|
![]() | BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. |
![]() | CalculateIconDimensions | Calculates the dimensions of an icon in the application based on the resolution of the device. |
![]() | EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. |
![]() | FindProjectExtension | Finds the first extension of a given type. This searches for the given extension first in the current project's ProjectExtensions collection, followed by the application's GlobalProjectExtensions collection. |
![]() | FindTask | Finds the first task of a given type. This searches for the given extension first in the current project's Tasks collection, followed by the application's GlobalTasks collection. |
![]() | Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. |
![]() | ShowDialog | |
![]() | StartGps | Overloaded. Opens the GPS Connection. |
![]() | StopGps | Closes the GPS Connection. |
![]() | Transition | Overloaded. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Called when a property value changes. This function raises the event. |
Name | Description | |
---|---|---|
![]() | ProjectInitialized | Occurs after the current Project was initialized |
![]() | ProjectInitializing | Occurs before the current Project is initialized |
![]() | PropertyChanged | Fires when a property value is changed. |