Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFolderLookup Class / RootFolder Property


In This Topic
    RootFolder Property
    In This Topic
    Gets/Sets the root folder where the browsing starts from.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets/Sets the root folder where the browsing starts from.")>
    Public Property RootFolder As System.Environment.SpecialFolder
    'Usage
     
    
    Dim instance As NFolderLookup
    Dim value As System.Environment.SpecialFolder
     
    instance.RootFolder = value
     
    value = instance.RootFolder
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets/Sets the root folder where the browsing starts from.")]
    public System.Environment.SpecialFolder RootFolder {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