public static ICommand GetMiddleClickCommand(
DependencyObject obj
)
Public Shared Function GetMiddleClickCommand (
obj As DependencyObject
) As ICommand
public:
static ICommand^ GetMiddleClickCommand(
DependencyObject^ obj
)
static member GetMiddleClickCommand :
obj : DependencyObject -> ICommand