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
buttonType
Type: Microsoft.TeamFoundation.Controls.WPF.ButtonTypewhich button
.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.