In This Topic
The following tables list the members exposed by NDesktop.
Public Fields
Public Properties
| 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. |
Top
Public Methods
| 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. |
Top
See Also