Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NFileDialog Class / FileTypesCount Property


In This Topic
    FileTypesCount Property
    In This Topic
    Safely gets the number of file types specified with the FileTypes property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileTypesCount As System.Integer
    'Usage
     
    
    Dim instance As NFileDialog
    Dim value As System.Integer
     
    value = instance.FileTypesCount
    public System.int FileTypesCount {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also