'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the OpenFileDialog will restore initial directory when closed.")> Public Property RestoreDirectory As System.Boolean
'Usage
Dim instance As NFileLookup Dim value As System.Boolean instance.RestoreDirectory = value value = instance.RestoreDirectory
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the OpenFileDialog will restore initial directory when closed.")] public System.bool RestoreDirectory {get; set;}