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


In This Topic
    Description Property (NFolderLookup)
    In This Topic
    Gets/Sets the descriptive text displayed above the treeview control in the dialog box.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/Sets the descriptive text displayed above the treeview control in the dialog box.")>
    Public Property Description As System.String
    'Usage
     
    
    Dim instance As NFolderLookup
    Dim value As System.String
     
    instance.Description = value
     
    value = instance.Description
    [System.ComponentModel.Description("Gets/Sets the descriptive text displayed above the treeview control in the dialog box.")]
    public System.string Description {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