'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;}