ActionHandlerFileOpen Constructor(String)
In This Topic
Initializes a new instance of the
ActionHandlerFileOpen class, assigning the
ActionHandlerFile.FileName property.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ActionHandlerFileOpen(
string
)
Parameters
- fileName
- The file name to assign to the ActionHandlerFile.FileName property.
See Also