'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets a value indicating whether the New Folder button appears in the folder browser dialog box.")> Public Property ShowNewFolderButton As System.Boolean
'Usage
Dim instance As NFolderLookup Dim value As System.Boolean instance.ShowNewFolderButton = value value = instance.ShowNewFolderButton
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/Sets a value indicating whether the New Folder button appears in the folder browser dialog box.")] public System.bool ShowNewFolderButton {get; set;}