NevronOpenVision
Nevron.Nov.UI Namespace / NInputElement Class
Fields Properties Methods Events


NInputElement Class Members

The following tables list the members exposed by NInputElement.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the AllowDrop property  
Public Fieldstatic (Shared in Visual Basic)Reference to the AllowFocus property  
Public Fieldstatic (Shared in Visual Basic)Reference to the AllowMouseCapture property  
Public Fieldstatic (Shared in Visual Basic)Reference to the AllowTouchCapture property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Commander property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Tooltip property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Enabled property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Interactor property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Disabled property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NInputElement  
Public Fieldstatic (Shared in Visual Basic)Reference to the TabIndex property  
Public Fieldstatic (Shared in Visual Basic)Reference to the TabStop property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Tooltip property  
Top
Protected Fields
 NameDescription
Internal Fieldstatic (Shared in Visual Basic)  
Internal Fieldstatic (Shared in Visual Basic)  
Internal Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public PropertyGets or sets whether this widget can be used as the target of a drag-and-drop operation  
Public PropertyGets or sets whether this widget can be focused  
Public PropertyGets or sets whether this widget can capture the mouse  
Public PropertyGets or sets whether this element can capture the touch  
Public PropertyGets/set the element commander.  
Public PropertyGets or sets the cursor  
Public PropertyGets the window in which the input node is displayed  
Public PropertyGets or sets whether this element is enabled in the UI or not. If a local value has not been set to this property, its value will be inherited by an ancestor element.  
Public PropertyGets/set the element interactor.  
Public PropertyGets whether this element is disabled. The local value of this property is automatically set to true, when the computed value of the Enabled property is false. The local value of this property is automatically cleared to its default false, when the computed value of the Enabled property is true. In this way you can select disabled widgets via styling, by using the ValueEqualsCondition  
Public PropertyDetermines whether this element has keyboard focus  
Public PropertyDetermines whether this element has captured the mouse  
Public PropertyGets the Desktop in which this element resides.  
Public PropertyGets or sets the index of the element in the tab navigation list.  
Public PropertyGets or sets whether the element is included in the tab navigation or not  
Public PropertyGets or sets the tooltip  
Top
Public Methods
 NameDescription
Public MethodDetermines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture.  
Public MethodDetermines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture.  
Public MethodDetermines whether this element can be focused. By default the element can be focused if it is enabled and allows focus.  
Public MethodAttempts to force capture of the mouse to this input target  
Public MethodAttempts to force capture of the touch to this input target  
Public Method  
Public MethodAttempts to focus the keyboard on this input target  
Public MethodGets or sets the input target tab navigation index  
Public MethodGets whether the input target is included in the tab navigation. This implementation returns the TabStop property value.  
Public MethodReleases the mouse capture, if this input target holds the capture  
Public MethodReleases the touch capture, if this input target holds the capture  
Top
Protected Methods
 NameDescription
Internal Method  
Protected MethodCalled when the Disabled property is set to true.  
Protected MethodDefault handler for the NDragDrop.DragDropEvent event.  
Protected MethodDefault handler for the NDragDrop.DragEnterEvent event.  
Protected MethodDefault handler for the NDragDrop.DragInEvent event.  
Protected MethodDefault handler for the NDragDrop.DragLeaveEvent event.  
Protected MethodDefault handler for the NDragDrop.DragOutEvent event.  
Protected MethodDefault handler for the NDragDrop.DragOverEvent event.  
Protected MethodCalled when the Disabled property is set to false.  
Protected MethodDefault handler for the NKeyboard.FocusInEvent event.  
Protected MethodDefault handler for the NKeyboard.FocusOutEvent event.  
Protected MethodDefault handler for the NKeyboard.GotFocusEvent event.  
Protected MethodDefault handler for the NMouse.GotCaptureEvent events  
Protected MethodDefault handler for the NTouch.GotCaptureEvent events  
Protected MethodDefault handler for the NKeyboard.InputCharEvent event.  
Protected MethodDefault handler for the NKeyboard.KeyDownEvent event.  
Protected MethodDefault handler for the NKeyboard.KeyUpEvent event.  
Protected MethodDefault handler for the NKeyboard.LostFocus event.  
Protected MethodDefault handler for the NMouse.LostCaptureEvent event  
Protected MethodDefault handler for the NTouch.LostCaptureEvent event  
Protected MethodDefault handler for the NMouse.CaptureInEvent event  
Protected MethodDefault handler for the NMouse.CaptureOutEvent event  
Protected MethodDefault handler for the NMouse.DownEvent event.  
Protected MethodDefault handler for the NMouse.EnterEvent event.  
Protected MethodDefault handler for the NMouse.InEvent event.  
Protected MethodDefault handler for the NMouse.LeaveEvent event.  
Protected MethodDefault handler for the NMouse.MoveEvent event.  
Protected MethodDefault handler for the NMouse.OutEvent event.  
Protected MethodDefault handler for the NMouse.UpEvent event.  
Protected MethodDefault handler for the NMouse.WheelEvent event.  
Protected MethodDefault handler for the NTouch.CaptureInEvent event  
Protected MethodDefault handler for the NTouch.CaptureOutEvent event  
Protected MethodDefault handler for the NTouch.DownEvent event.  
Protected MethodDefault handler for the NTouch.EnterEvent event.  
Protected MethodDefault handler for the NTouch.InEvent event.  
Protected MethodDefault handler for the NTouch.LeaveEvent event.  
Protected MethodDefault handler for the NTouch.MoveEvent event.  
Protected MethodDefault handler for the NTouch.OutEvent event.  
Protected MethodDefault handler for the NTouch.UpEvent event.  
Protected MethodQueries whether handled drag drop should be processed. This implementation returns false.  
Protected MethodQueries whether handled drag over should be processed. This implementation returns false.  
Protected MethodQueries whether handled input char should be processed. This implementation returns false.  
Protected MethodQueries whether handled key down should be processed. This implementation returns false.  
Protected MethodQueries whether handled key up should be processed. This implementation returns false.  
Protected MethodQueries whether handled mouse down should be processed. This implementation returns false.  
Protected MethodQueries whether handled mouse move should be processed. This implementation returns false.  
Protected MethodQueries whether handled mouse up should be processed. This implementation returns false.  
Protected MethodQueries whether handled mouse wheel should be processed. This implementation returns false.  
Protected MethodQueries whether handled touch down should be processed. This implementation returns false.  
Protected MethodQueries whether handled touch move should be processed. This implementation returns false.  
Protected MethodQueries whether handled touch up should be processed. This implementation returns false.  
Protected MethodCalled when the input element receives a chance to request a cursor. This implementation requests the Cursor property.  
Protected MethodCalled when the input element is disabled and receives channce to request a disabled cursor.  
Protected MethodCalled when the input element is disabled and receives channce to request a disabled tooltip.  
Protected MethodCalled when the input element receive a chance to request a tooltip. This implementation requests the Tooltip property.  
Top
Public Events
 NameDescription
Public EventOccurs when a Drag-and-Drop data object is dropped in this node subtree  
Public EventOccurs when a Drag-and-Drop data object enters a node inside this node subtree  
Public EventOccurs when a Drag-and-Drop data object enters this node subtree  
Public EventOccurs when a Drag-and-Drop data object leaves a node inside this node subtree  
Public EventOccurs when a Drag-and-Drop data object leaves this node subtree  
Public EventOccurs when a Drag-and-Drop data object moves over this node subtree  
Public EventMutation event, which occurs when the Enabled property has changed.  
Public EventOccurs when the keyboard focus enters this node subtree  
Public EventOccurs when the keyboard focus leaves this node subtree  
Public EventOccurs when the keyboard is focused on a node inside this node subtree  
Public EventOccurs when the mouse is captured on a node inside this node subtree  
Public EventOccurs when the mouse is captured on a node inside this node subtree  
Public EventOccurs when a keyboard key(s) gesture is recognized as an Unicode input character, and the focus is inside this node subtree  
Public EventOccurs when a keyboard button is pressed inside this node subtree  
Public EventOccurs when a keyboard button is released inside this node subtree  
Public EventOccurs when the keyboard focus is lost by a node inside this node subtree  
Public EventOccurs when the mouse capture is released from a node inside this node subtree  
Public EventOccurs when the mouse capture is released from a node inside this node subtree  
Public EventOccurs when the mouse capture enters this node subtree  
Public EventOccurs when the mouse capture leaves this node subtree  
Public EventOccurs when a mouse button is pressed inside this node subtree  
Public EventOccurs when the mouse enters a node inside this node subtree  
Public EventOccurs when the mouse enters this node subtree  
Public EventOccurs when the mouse leaves a node inside this node subtree  
Public EventOccurs when the mouse is moved inside this node subtree  
Public EventOccurs when the mouse leaves this node subtree  
Public EventOccurs when a mouse button is released inside this node subtree  
Public EventOccurs when the mouse wheel is rotated inside this node subtree  
Public EventA bubbling event that bubbles up the NCommandSource ancestors chain and results in command target element for Execute and UpdateSource events.  
Public EventOccurs when the mouse capture enters this node subtree  
Public EventOccurs when the mouse capture leaves this node subtree  
Public EventOccurs when a mouse button is pressed inside this node subtree  
Public EventOccurs when the mouse enters a node inside this node subtree  
Public EventOccurs when the mouse enters this node subtree  
Public EventOccurs when the mouse leaves a node inside this node subtree  
Public EventOccurs when the mouse is moved inside this node subtree  
Public EventOccurs when the mouse leaves this node subtree  
Public EventOccurs when a mouse button is released inside this node subtree  
Top
See Also