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.
Represents a request for opening a file in another application.
public ref class OpenFileRequest
public class OpenFileRequest
type OpenFileRequest = class
Public Class OpenFileRequest
- Inheritance
-
OpenFileRequest
Constructors
OpenFileRequest() |
Initializes a new instance of the OpenFileRequest class. |
OpenFileRequest(String, FileBase) |
Initializes a new instance of the OpenFileRequest class with the given title and existing file. |
OpenFileRequest(String, ReadOnlyFile) |
Initializes a new instance of the OpenFileRequest class with the given title and existing file. |
Properties
File |
Gets or sets the file to open through this request. |
PresentationSourceBounds |
Gets or sets the source rectangle to display the Share UI from. |
Title |
Gets or sets the title to display on the open dialog. |