Share via


ItemsControlBehaviour.GetDoubleClickOnLeftButtonOnly 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 GetDoubleClickOnLeftButtonOnly ( _
    obj As DependencyObject _
) As Boolean
public static bool GetDoubleClickOnLeftButtonOnly(
    DependencyObject obj
)
public:
static bool GetDoubleClickOnLeftButtonOnly(
    DependencyObject^ obj
)
static member GetDoubleClickOnLeftButtonOnly : 
        obj:DependencyObject -> bool
public static function GetDoubleClickOnLeftButtonOnly(
    obj : DependencyObject
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ItemsControlBehaviour Class

Microsoft.TeamFoundation.MVVM Namespace