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


In This Topic
    DropDownAllowFocus Property (WinPanel)
    In This Topic
    Gets or sets a value indicating if the panel's DropDownControl can receive the focus.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the panel's DropDownControl can receive the focus.")>
    <CategoryAttribute("DropDown")>
    <DefaultValueAttribute(False)>
    Public Property DropDownAllowFocus As Boolean
    'Usage
     
    Dim instance As WinPanel
    Dim value As Boolean
     
    instance.DropDownAllowFocus = value
     
    value = instance.DropDownAllowFocus
    [Description("Indicates if the panel's DropDownControl can receive the focus.")]
    [Category("DropDown")]
    [DefaultValue(false)]
    public bool DropDownAllowFocus {get; set;}

    Property Value

    true if the panel'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