IPageNavigator.PageSelectorCheckmarkVisible Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set true/false to show/hide the navigation node check mark

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

Syntax

'Declaration
Property PageSelectorCheckmarkVisible As Boolean
bool PageSelectorCheckmarkVisible { get; set; }
property bool PageSelectorCheckmarkVisible {
    bool get ();
    void set (bool value);
}
abstract PageSelectorCheckmarkVisible : bool with get, set
function get PageSelectorCheckmarkVisible () : boolean 
function set PageSelectorCheckmarkVisible (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IPageNavigator Interface

Microsoft.TeamFoundation.Controls.WPF Namespace