NevronOpenVision
Nevron.Nov.UI Namespace / NKeyboard Class


NKeyboard Class Methods

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Determines whether the specified target window peer can gain keyboard focus. This method should be called by all implementations of INInputTarget.CanFocus(), after target specific condition checks (such as Enabled, AllowFocus etc.)  
Public Methodstatic (Shared in Visual Basic)Focuses the keyboard to the specified input target. This method should be called by all implementations of INInputTarget.Focus(). Any subsequent keyboard events send to the DOM for processing will first be processed by the focus target.  
Public Methodstatic (Shared in Visual Basic)Returns the value of the IsFocusedPropertyEx extended property for the specified node.  
Public Methodstatic (Shared in Visual Basic)Returns the value of the IsFocusWithinPropertyEx extended property for the specified node.  
Public Methodstatic (Shared in Visual Basic)Checks whether the specified event is a keyboard action event (KeyDownEvent, KeyUpEvent, InputCharEvent).  
Public Methodstatic (Shared in Visual Basic)Checks whether the specified event is a keyboard focus event (GotFocusEvent, LostFocusEvent, FocusInEvent, FocusOutEvent)  
Top
Protected Methods
 NameDescription
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Top
See Also