Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NControlDropDownButton Class / DropDownControl Property


In This Topic
    DropDownControl Property
    In This Topic
    Gets/sets the Control to be displayed in the drop-down portion of the button.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the Control to be displayed in the drop-down portion of the button.")>
    Public Property DropDownControl As System.Windows.Forms.Control
    'Usage
     
    
    Dim instance As NControlDropDownButton
    Dim value As System.Windows.Forms.Control
     
    instance.DropDownControl = value
     
    value = instance.DropDownControl
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the Control to be displayed in the drop-down portion of the button.")]
    public System.Windows.Forms.Control DropDownControl {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