Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinNumericTextBox Class / DropDownControl Property


In This Topic
    DropDownControl Property (WinNumericTextBox)
    In This Topic
    Syntax
    'Declaration
     
    <DescriptionAttribute("The WinCalculator used as the WinNumericTextBox's dropdown control.")>
    <CategoryAttribute("DropDown")>
    <TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <MergablePropertyAttribute(False)>
    Public Shadows ReadOnly Property DropDownControl As WinCalculator
    'Usage
     
    Dim instance As WinNumericTextBox
    Dim value As WinCalculator
     
    value = instance.DropDownControl
    [Description("The WinCalculator used as the WinNumericTextBox's dropdown control.")]
    [Category("DropDown")]
    [TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [MergableProperty(false)]
    public new WinCalculator DropDownControl {get;}
    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