IPageNavigator.SetButtonText Method (ButtonType, String)

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

Syntax

'Declaration
Sub SetButtonText ( _
    buttonType As ButtonType, _
    text As String _
)
void SetButtonText(
    ButtonType buttonType,
    string text
)
void SetButtonText(
    ButtonType buttonType, 
    String^ text
)
abstract SetButtonText : 
        buttonType:ButtonType * 
        text:string -> unit
function SetButtonText(
    buttonType : ButtonType, 
    text : String
)

Parameters

.NET Framework Security

See Also

Reference

IPageNavigator Interface

SetButtonText Overload

Microsoft.TeamFoundation.Controls.WPF Namespace