IPageNavigator.ButtonControl Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Property ButtonControl As INavigationButtonControl
INavigationButtonControl ButtonControl { get; set; }
property INavigationButtonControl^ ButtonControl {
INavigationButtonControl^ get ();
void set (INavigationButtonControl^ value);
}
abstract ButtonControl : INavigationButtonControl with get, set
function get ButtonControl () : INavigationButtonControl
function set ButtonControl (value : INavigationButtonControl)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationButtonControl
Returns INavigationButtonControl.
.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.