[]
Sets the context menu for a control.
public static void SetContextMenu(DependencyObject element, IC1ContextMenu value)
Type | Name | Description |
---|---|---|
DependencyObject | element | The Control to which the context menu is attached. |
IC1ContextMenu | value | The context menu to set. |