iptGetPointerBehavior
Retrieve pointer behavior from graphics object or UI component
Description
returns the pointer behavior structure associated with the graphics container
pointerBehavior = iptGetPointerBehavior(obj)obj. A pointer behavior structure controls what happens when the mouse
pointer moves over and then exits the graphics container. A graphics container can be a graphics
object or a UI component.
For the pointer to perform the desired pointer behavior, the parent figure of the graphics
container obj must contain a pointer manager. For more information about
creating a pointer manager for a figure, see iptPointerManager.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006a