NavigationButtonControl.FocusButton Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Set the keyboard focus to a button

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub FocusButton ( _
    buttonType As ButtonType _
)
public void FocusButton(
    ButtonType buttonType
)
public:
virtual void FocusButton(
    ButtonType buttonType
) sealed
abstract FocusButton : 
        buttonType:ButtonType -> unit  
override FocusButton : 
        buttonType:ButtonType -> unit
public final function FocusButton(
    buttonType : ButtonType
)

Parameters

Implements

INavigationButtonControl.FocusButton(ButtonType)

.NET Framework Security

See Also

Reference

NavigationButtonControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace