Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NOpenFileDialog Class
Properties Methods Events


In This Topic
    NOpenFileDialog Class Members
    In This Topic

    The following tables list the members exposed by NOpenFileDialog.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the allowed file types for the file dialog. Can be set to null to indicate that all file types are allowed. (Inherited from Nevron.Nov.UI.NFileDialog)
    Public PropertySafely gets the number of file types specified with the FileTypes property. (Inherited from Nevron.Nov.UI.NFileDialog)
    Public PropertyGets or sets the initial directory displayed by the file dialog box. (Inherited from Nevron.Nov.UI.NFileDialog)
    Public PropertyGets or sets a value indicating whether the dialog box allows multiple files to be selected.  
    Public PropertyGets or sets the zero-based index of the selected file filter. (Inherited from Nevron.Nov.UI.NFileDialog)
    Public PropertyGets or sets an object associated with this file dialog. (Inherited from Nevron.Nov.UI.NFileDialog)
    Public PropertyGets or sets the title of the file dialog. (Inherited from Nevron.Nov.UI.NFileDialog)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Requests for the dialog to be displayed.  
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.UI.NFileDialog)
    Internal Method (Inherited from Nevron.Nov.UI.NFileDialog)
    Protected MethodPerforms an action that originates from the UI. (Inherited from Nevron.Nov.UI.NCommonDialog)
    Internal Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the Open File dialog is closed.  
    Top
    See Also