Name | Description | |
---|---|---|
![]() | NDesktop Constructor |
The following tables list the members exposed by NDesktop.
Name | Description | |
---|---|---|
![]() | NDesktop Constructor |
Name | Description | |
---|---|---|
![]() ![]() | NDesktopSchema | Schema associated with NDesktop. |
![]() ![]() | TouchModeProperty | Reference to the TouchMode property. |
![]() ![]() | WindowsChild | Reference to the Windows child |
Name | Description | |
---|---|---|
![]() | TouchMode | Gets/Sets the value of the TouchMode property. |
![]() | Windows | Gets the collection of root level application windows. These can be both child and popup windows. |
Name | Description | |
---|---|---|
![]() | CommitModalRequests | Commits any previously requested modal requests. You need to first call the StartModalRequests method. |
![]() | GetTopMostWindow | Gets the top most window under the specified screen position. |
![]() | StartModalRequests | Starts modal dialog requests. When modal requests are started you can RequestShow common dialogs such as Open/Save FileDialogs, PrintDialog etc. The call to this method needs to be paired with CommitModalRequests(). This method has no effect in sandboxed environments such as Silverlight. |