FileOpenDialogCommand Class
In This Article
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
CommandBase
CommandWithSimpleStateBase
FileOpenDialogCommand
See Also