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


In This Topic
    UseSystemImages Property
    In This Topic
    Determines whether the nodes will use the corresponding system images. Changing this property will not have effect on already created nodes.
    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
    [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;}
    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