'Declaration
Public Shared Function GetContextMenu( _ ByVal element As DependencyObject _ ) As IC1ContextMenu
public static IC1ContextMenu GetContextMenu( DependencyObject element )
Parameters
- element
- The control from which the context menu is retrieved.
Return Value
The control's context menu.