Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFileLookup Class / FileFilter Property


In This Topic
    FileFilter Property
    In This Topic
    Gets/sets the filter to be applied when the OpenFileDialog is displayed.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the filter to be applied when the OpenFileDialog is displayed.")>
    Public Property FileFilter As System.String
    'Usage
     
    
    Dim instance As NFileLookup
    Dim value As System.String
     
    instance.FileFilter = value
     
    value = instance.FileFilter
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the filter to be applied when the OpenFileDialog is displayed.")]
    public System.string FileFilter {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also