NavigationButtonControl.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
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
buttonType
Type: Microsoft.TeamFoundation.Controls.WPF.ButtonTypewhich button
Implements
INavigationButtonControl.FocusButton(ButtonType)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.