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