NevronOpenVision
Nevron.Nov.UI Namespace / INInputNode Interface
Properties Methods

INInputNode Interface Members

The following tables list the members exposed by INInputNode.

Public Properties
 NameDescription
 PropertyGets the surface on which the input node is displayed  
Top
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