Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFileExplorer Class / OpenFilesOnDoubleClick Property


In This Topic
    OpenFilesOnDoubleClick Property
    In This Topic
    Determines whether the double-clicked file will be opened.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Determines whether the double-clicked file will be opened.")>
    Public Property OpenFilesOnDoubleClick As System.Boolean
    'Usage
     
    
    Dim instance As NFileExplorer
    Dim value As System.Boolean
     
    instance.OpenFilesOnDoubleClick = value
     
    value = instance.OpenFilesOnDoubleClick
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Description("Determines whether the double-clicked file will be opened.")]
    public System.bool OpenFilesOnDoubleClick {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