TreeViewItemBehaviors.GetSelectAndFocusOnRightClick Method
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
- treeViewItem
Type: System.Windows.Controls.TreeViewItem
Return 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.