Table of Contents

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

contextMenu ContextMenu
used bool

Properties

Name

The name of the first entry in Verbs.

public string? Name { get; }

Property Value

string