Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub EnableButton ( _
buttonType As ButtonType, _
enable As Boolean _
)
public void EnableButton(
ButtonType buttonType,
bool enable
)
public:
virtual void EnableButton(
ButtonType buttonType,
bool enable
) sealed
abstract EnableButton :
buttonType:ButtonType *
enable:bool -> unit
override EnableButton :
buttonType:ButtonType *
enable:bool -> unit
public final function EnableButton(
buttonType : ButtonType,
enable : boolean
)
Parameters
- buttonType
Type: Microsoft.TeamFoundation.Controls.WPF.ButtonType
- enable
Type: System.Boolean
Implements
IPageNavigator.EnableButton(ButtonType, Boolean)
.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.