PageNavigator.SetButtonText Method (ButtonType, String)

[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 SetButtonText ( _
    buttonType As ButtonType, _
    text As String _
)
public void SetButtonText(
    ButtonType buttonType,
    string text
)
public:
virtual void SetButtonText(
    ButtonType buttonType, 
    String^ text
) sealed
abstract SetButtonText : 
        buttonType:ButtonType * 
        text:string -> unit  
override SetButtonText : 
        buttonType:ButtonType * 
        text:string -> unit
public final function SetButtonText(
    buttonType : ButtonType, 
    text : String
)

Parameters

Implements

IPageNavigator.SetButtonText(ButtonType, String)

.NET Framework Security

See Also

Reference

PageNavigator Class

SetButtonText Overload

Microsoft.TeamFoundation.Controls.WPF Namespace