Share via


INavigationButtonControl.FocusButton Method

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