'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the nodes will use the corresponding system images. Changing this property will not have effect upon already created nodes.")> Public Property UseSystemImages As System.Boolean
'Usage
Dim instance As NFileExplorer Dim value As System.Boolean instance.UseSystemImages = value value = instance.UseSystemImages
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the nodes will use the corresponding system images. Changing this property will not have effect upon already created nodes.")] public System.bool UseSystemImages {get; set;}