ItemsControlBehaviour.SetDoubleClickOnLeftButtonOnly 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 Sub SetDoubleClickOnLeftButtonOnly ( _
    obj As DependencyObject, _
    value As Boolean _
)
public static void SetDoubleClickOnLeftButtonOnly(
    DependencyObject obj,
    bool value
)
public:
static void SetDoubleClickOnLeftButtonOnly(
    DependencyObject^ obj, 
    bool value
)
static member SetDoubleClickOnLeftButtonOnly : 
        obj:DependencyObject * 
        value:bool -> unit
public static function SetDoubleClickOnLeftButtonOnly(
    obj : DependencyObject, 
    value : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ItemsControlBehaviour Class

Microsoft.TeamFoundation.MVVM Namespace