Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NComboBoxData Class / ComboBox Property


In This Topic
    ComboBox Property
    In This Topic
    Gets/sets the NComboBox which data is to be saved/loaded.
    Syntax
    'Declaration
     
    
    Public Property ComboBox As NComboBox
    'Usage
     
    
    Dim instance As NComboBoxData
    Dim value As NComboBox
     
    instance.ComboBox = value
     
    value = instance.ComboBox
    public NComboBox ComboBox {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