TreeViewItemBehaviors.SetSelectAndFocusOnRightClick Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Sub SetSelectAndFocusOnRightClick ( _
treeViewItem As TreeViewItem, _
ignore As Boolean _
)
public static void SetSelectAndFocusOnRightClick(
TreeViewItem treeViewItem,
bool ignore
)
public:
static void SetSelectAndFocusOnRightClick(
TreeViewItem^ treeViewItem,
bool ignore
)
static member SetSelectAndFocusOnRightClick :
treeViewItem:TreeViewItem *
ignore:bool -> unit
public static function SetSelectAndFocusOnRightClick(
treeViewItem : TreeViewItem,
ignore : boolean
)
Parameters
- treeViewItem
Type: System.Windows.Controls.TreeViewItem
- ignore
Type: System.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.