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


    DropDownAllowFocus Property (WinButton)
    Gets or sets a value indicating if the button's DropDownControl can receive the focus.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the button's DropDownControl can receive the focus.")>
    <CategoryAttribute("DropDown")>
    Public Property DropDownAllowFocus As Boolean
     
    'Usage
     
    Dim instance As WinButton
    Dim value As Boolean
     
    instance.DropDownAllowFocus = value
     
    value = instance.DropDownAllowFocus

    Property Value

    true if the button's DropDownControl can receive the focus; false otherwise. By default, false.
    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