INavigationButtonControl.IsEnabled Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function IsEnabled ( _
buttonType As ButtonType _
) As Boolean
bool IsEnabled(
ButtonType buttonType
)
bool IsEnabled(
ButtonType buttonType
)
abstract IsEnabled :
buttonType:ButtonType -> bool
function IsEnabled(
buttonType : ButtonType
) : boolean
Parameters
- buttonType
Type: Microsoft.TeamFoundation.Controls.WPF.ButtonType
Return Value
Type: System.Boolean
Returns 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.