'Declaration
Public Shared Function GetCommand( _ ByVal element As FrameworkElement _ ) As Object
public static object GetCommand( FrameworkElement element )
Parameters
- element
- The element from which the property value is read.
Return Value
The System.Windows.Input.ICommand property value for the element.