Share via


NavigationButtonControl.INavigationButtonControl.IsEnabled Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Private Function IsEnabled ( _
    buttonType As ButtonType _
) As Boolean Implements INavigationButtonControl.IsEnabled
bool INavigationButtonControl.IsEnabled(
    ButtonType buttonType
)
private:
virtual bool IsEnabled(
    ButtonType buttonType
) sealed = INavigationButtonControl::IsEnabled
private abstract IsEnabled : 
        buttonType:ButtonType -> bool  
private override IsEnabled : 
        buttonType:ButtonType -> bool
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

INavigationButtonControl.IsEnabled(ButtonType)

.NET Framework Security

See Also

Reference

NavigationButtonControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace