[]
Represents an action handler that loads a document (in C1DX or C1D formats) from a disk file.
public class ActionHandlerFileOpen : ActionHandlerFile
If the FileName is not specified when this action handler is invoked, a file open dialog is shown to the user.
For details on the use of action handlers, see ActionHandlerBase.
Name | Description |
---|---|
ActionHandlerFileOpen() | Initializes a new instance of the ActionHandlerFileOpen class. |
ActionHandlerFileOpen(string) | Initializes a new instance of the ActionHandlerFileOpen class, assigning the FileName property. |