Skip to main content

FileOpenDialogCommand Class

A command to invoke the File Open dialog allowing one to select and load a document file into RichEdit.

#Declaration

TypeScript
declare class FileOpenDialogCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.fileOpenDialog property.

#Inheritance

See Also