Click or drag to resize

ApplicationFindFileEventArgsFindFileInfo Class

Holds the information for searching, browsing files.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Easymap.AddInApplicationFindFileEventArgsFindFileInfo

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class FindFileInfo : MarshalByRefObject

The ApplicationFindFileEventArgsFindFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyAskBrowse
Gets or sets a value indicating whether the user is asked to browse the missing file.
Public propertyDefaultExtension
Gets or sets the default file name extension.
Public propertyFileTypeDescription
Get or sets the type description of the associate file.
Public propertyFilter
Gets or sets the current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box.
Public propertyInitialDirectory
Gets or sets the initial directory displayed by the file dialog box.
Public propertyLinkFilename
Public propertyNewFilename
Public propertyOldFilename
Gets or sets a string containing the file name selected in the dialog box.
Public propertyOwner
Public propertySameFileOnly
Public propertySender
Public propertyTitle
Gets or sets the file dialog box title.
Top
See Also