OpenFileRequest Class

Definition

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.

Applies to