NevronOpenVision
Nevron.Nov.UI Namespace / INInputNode Interface

In This Topic
INInputNode Interface Methods
In This Topic

For a list of all members of this type, see INInputNode members.

Public Methods
 NameDescription
 MethodDetermines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture.  
 MethodDetermines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture.  
 MethodDetermines whether this element can be focused. By default the element can be focused if it is enabled and allows focus.  
 MethodAttempts to force capture of the mouse to this input target  
 MethodAttempts to force capture of the touch to this input target  
 MethodDestroys the gesture manager  
 MethodAttempts to focus the keyboard on this input target  
 MethodGets or sets the input target tab navigation index  
 MethodGets whether the input target is included in the tab navigation. This implementation returns the TabStop property value.  
 MethodReleases the mouse capture, if this input target holds the capture  
 MethodReleases the touch capture, if this input target holds the capture  
Top
See Also