Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / BusyIndicator Class / FocusAfterBusy Property


In This Topic
    FocusAfterBusy Property
    In This Topic
    Gets or sets a value representing the control that will receive the focus once the busy indicator disappears.
    Syntax
    'Declaration
     
    Public Property FocusAfterBusy As Control
    'Usage
     
    Dim instance As BusyIndicator
    Dim value As Control
     
    instance.FocusAfterBusy = value
     
    value = instance.FocusAfterBusy
    public Control FocusAfterBusy {get; set;}

    Property Value

    The control that will receive the focus once the busy indicator disappears.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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