NavigationButtonControl.EnableButton 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
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

Implements

INavigationButtonControl.EnableButton(ButtonType, Boolean)

.NET Framework Security

See Also

Reference

NavigationButtonControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace