INavigationButtonControl.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
Sub FocusButton ( _
    buttonType As ButtonType _
)
void FocusButton(
    ButtonType buttonType
)
void FocusButton(
    ButtonType buttonType
)
abstract FocusButton : 
        buttonType:ButtonType -> unit
function FocusButton(
    buttonType : ButtonType
)

Parameters

.NET Framework Security

See Also

Reference

INavigationButtonControl Interface

Microsoft.TeamFoundation.Controls.WPF Namespace