OpenFileRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Standard request for opening a file to another application.
public class OpenFileRequest
- Inheritance
-
System.ObjectOpenFileRequest
Constructors
OpenFileRequest() |
Open request with an existing file. |
OpenFileRequest(String, FileBase) |
Open request with an existing file. |
OpenFileRequest(String, ReadOnlyFile) |
Open request with an existing file. |
Properties
File |
File to open. |
PresentationSourceBounds |
Gets or sets the source rectangle to display the Share UI from. |
Title |
Title to display on open dialog if available. |