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.

UserInputController Class

This client-side class corresponds to the UserInputController server-side class and gives an opportunity to obtain access to its primary members in JavaScript.

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

Syntax

Java Script
GraphicsMill.UserInputController = function();

Type.createClass(
	'GraphicsMill.UserInputController',
	Sys.UI.Control);

Remarks

All the client-side classes intended to manage user input (such as mouse events) of the BaseViewer control are inherited from this class.

UserInputController class is an abstract one, you cannot instantiate it directly.

Inheritance Hierarchy

See Also

Reference