Nevron.UI.WinForm.Controls Namespace / NFileExplorer Class / UseSystemImages Property


UseSystemImages Property
Syntax
'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
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