PageNavigator.ShowHeadline Property

[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 Property ShowHeadline As Boolean
public bool ShowHeadline { get; set; }
public:
virtual property bool ShowHeadline {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ShowHeadline : bool with get, set 
override ShowHeadline : bool with get, set
final function get ShowHeadline () : boolean 
final function set ShowHeadline (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IPageNavigator.ShowHeadline

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace