ItemsControlBehaviour.GetDoubleClickOnLeftButtonOnly Method
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
- obj
Type: System.Windows.DependencyObject
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.