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


    DropDownControl Property (WinButton)
    Get or sets the control displayed in the dropdown area when DroppedDown is set to true.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The control displayed in the button's dropdown area when the DroppedDown property is set to true.")>
    <CategoryAttribute("DropDown")>
    <DefaultValueAttribute("")>
    Public Property DropDownControl As Control
     
    'Usage
     
    Dim instance As WinButton
    Dim value As Control
     
    instance.DropDownControl = value
     
    value = instance.DropDownControl

    Property Value

    A System.Windows.Forms.Control representing the control that is displayed in the button's dropdown area when DroppedDown is set to true. By default, a null reference (Nothing in Visual Basic).
    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