NavigationTreeControl.INavigationTreeControl.ItemCheckmarkVisible Property
Get/Set true/false to show/hide the item check mark
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Private Property ItemCheckmarkVisible As Boolean
Implements INavigationTreeControl.ItemCheckmarkVisible
bool INavigationTreeControl.ItemCheckmarkVisible { get; set; }
private:
virtual property bool ItemCheckmarkVisible {
bool get () sealed = INavigationTreeControl::ItemCheckmarkVisible::get;
void set (bool value) sealed = INavigationTreeControl::ItemCheckmarkVisible::set;
}
private abstract ItemCheckmarkVisible : bool with get, set
private override ItemCheckmarkVisible : bool with get, set
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
Returns Boolean.
Implements
INavigationTreeControl.ItemCheckmarkVisible
.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.