Click or drag to resize
weroSoft AG, Software
IInteractionExecutionItem Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the data of an executable item.

Namespace:  WeroSoft.Triton.Desktop.ViewModels
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IInteractionExecutionItem

The IInteractionExecutionItem type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Gets the command behind this menu item.
Public propertyCommandParameter
Gets or sets the command parameter.
Public propertyInputGestureText
Gets the input gesture text of this menu item.
Public propertyToolTip
Gets or sets the tool tip of this particular element.
Top
See Also