TreeViewItemBehaviors.GetSelectAndFocusOnRightClick Method

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

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

Syntax

'Declaration
Public Shared Function GetSelectAndFocusOnRightClick ( _
    treeViewItem As TreeViewItem _
) As Boolean
public static bool GetSelectAndFocusOnRightClick(
    TreeViewItem treeViewItem
)
public:
static bool GetSelectAndFocusOnRightClick(
    TreeViewItem^ treeViewItem
)
static member GetSelectAndFocusOnRightClick : 
        treeViewItem:TreeViewItem -> bool
public static function GetSelectAndFocusOnRightClick(
    treeViewItem : TreeViewItem
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TreeViewItemBehaviors Class

Microsoft.TeamFoundation.MVVM Namespace