NevronOpenVision
Nevron.Nov.UI Namespace / NInputElement Class


In This Topic
    NInputElement Class Methods
    In This Topic

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

    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
    See Also