Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NComboBoxCommand Class / ListProperties Property


In This Topic
    ListProperties Property (NComboBoxCommand)
    In This Topic
    Gets the common properties of the drop-down listbox part.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.DescriptionAttribute("Gets the common properties of the drop-down listbox part.")>
    Public Property ListProperties As NListBoxProperties
    'Usage
     
    
    Dim instance As NComboBoxCommand
    Dim value As NListBoxProperties
     
    instance.ListProperties = value
     
    value = instance.ListProperties
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Description("Gets the common properties of the drop-down listbox part.")]
    public NListBoxProperties ListProperties {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