Class ContextMenuModel
- Namespace
 - ZeroInstall.DesktopIntegration.ViewModel
 
- Assembly
 - ZeroInstall.DesktopIntegration.dll
 
Wraps a ContextMenu for data binding.
public class ContextMenuModel : IconCapabilityModel
  - Inheritance
 - 
      
      
      
      ContextMenuModel
 
- Inherited Members
 
Constructors
ContextMenuModel(ContextMenu, bool)
public ContextMenuModel(ContextMenu contextMenu, bool used)
  Parameters
contextMenuContextMenuusedbool
Properties
Name
The name of the first entry in Verbs.
public string? Name { get; }