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. |