Search
ComponentController Members
Properties Methods
 


Defines the interface that controller classes should implement to get user input from the Dashboard control.

The following tables list the members exposed by the ComponentController type.

 Public Properties

  Name Description

Component

Gets the component modified by this ComponentController.

 Public Methods

  Name Description

DrawInteraction

Draws a representation of the current state of user interaction on specified IGraphics surface.

GetCursorHint

Invoked while the mouse is moved to let your application set the mouse cursor.

GetRunningAnimation

For internal use.

OnPointerDown

 

OnPointerMove

 

OnPointerUp

 

 See Also