IPageNavigator.PageSelectorCheckmarkVisible Property
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
- 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.