Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFontComboBox Class / AutoSizeDropDown Property


In This Topic
    AutoSizeDropDown Property
    In This Topic
    Gets/sets a value whether the drop-down part will be automatically resized to display the entire content.
    Syntax
    'Declaration
     
    
    Public Property AutoSizeDropDown As System.Boolean
    'Usage
     
    
    Dim instance As NFontComboBox
    Dim value As System.Boolean
     
    instance.AutoSizeDropDown = value
     
    value = instance.AutoSizeDropDown
    public System.bool AutoSizeDropDown {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