A simple interface that can be used to simulate simple buttons for INodeStyles etc.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IActionButtonProvider
Visual Basic
Public Interface IActionButtonProvider

Remarks

GraphEditorInputMode will query the IModelItem's Lookup(Type) method for this interface if it has detected Click(IInputModeContext, IModelItem)s. If the item yields an instance of this interface and the click was inside the GetButtonBounds()()()(), then the associated action is invoked.

See Also