INavigationTreeControl Interface
[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 Interface INavigationTreeControl
public interface INavigationTreeControl
public interface class INavigationTreeControl
type INavigationTreeControl = interface end
public interface INavigationTreeControl
The INavigationTreeControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsVisible | ||
ItemCheckmarkVisible | Get/Set true/false to show/hide the item check mark |
Top
Methods
Name | Description | |
---|---|---|
AddNode | ||
RefreshNodeVisibility | ||
RemoveNode | ||
Select | ||
SetFocus | ||
UpdateNode |
Top
Events
Name | Description | |
---|---|---|
SelectionChanged | ||
SelectionChanging | ||
SelectionDoubleClicked |
Top