You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

IUserInputController Interface

This interface is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

C#
public interface IUserInputController

Remarks

Examples of the controls which should implement this interface are the rubberbands and the navigators. You can inherit from the UserInputController class which contains the partial implementation for this interface.

See Also

Reference