The NumericTextBoxInteractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateOrientationTransform |
Create a transformation that applies the given orientation to the interactor.
(Inherited from Interactor.) | |
| EnsureVisible |
Makes sure that the viewer scrolls this interactor into view.
(Inherited from WinFormsInteractor.) | |
| Invalidate |
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
(Inherited from Interactor.) | |
| IsOver |
This override specifies whether the annotation reacts to user input. This
takes into account the Hidden, and ReadOnly flags of the underlying
PDF definition.
(Inherited from AnnotationInteractor.) | |
| OnAttached |
Invoked when the interactor gets attached to it parent. This will set the blink interval to the value
that is indicated by CaretBlinkTime of the viewer.
(Inherited from TextBoxInteractor.) | |
| OnCursorDown |
Invoked when the arrow down key pressed for this field.
(Inherited from TextBoxInteractor.) | |
| OnCursorEnd |
Invoked when the end key is pressed for this field.
(Inherited from TextBoxInteractor.) | |
| OnCursorHome |
Invoked when the home key is pressed for this field.
(Inherited from TextBoxInteractor.) | |
| OnCursorLeft |
Invoked when the arrow left key is pressed for this field.
(Inherited from TextBoxInteractor.) | |
| OnCursorRight |
Invoked when the arrow right key is pressed for this field.
(Inherited from TextBoxInteractor.) | |
| OnCursorUp |
Invoked when the arrow up key is pressed for this field.
(Inherited from TextBoxInteractor.) | |
| OnDeselected |
Invoked when the interactor got removed from the current selection.
(Inherited from WinFormsInteractor.) | |
| OnDetached |
Invoked when the interactor received a close event. This will release
all resources that are held by the interactor.
(Inherited from TextBoxInteractor.) | |
| OnDragBegin |
Invoked when the user starts to drag this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragDrop |
Invoked when an object gets dropped onto this interactor. This override will insert the
text value of the object (if any) at the location of the cursor.
(Inherited from TextBoxInteractor.) | |
| OnDragEnd |
Invoked after the user has dragged this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragEnter |
Invoked when a dragged object enters the interactor. This override will temporarily
set the focus to this interactor, so that a cursor can be shown where the dragged
object hovers.
(Inherited from TextBoxInteractor.) | |
| OnDragLeave |
Invoked when a dragged object leaves the interactor. This override restores the
focus.
(Inherited from TextBoxInteractor.) | |
| OnDragOver |
Invoked when an object is dragged over this interactor. This override will place the
cursor at the position of the dragged object.
(Inherited from TextBoxInteractor.) | |
| OnDragSelectMouseDown |
Invoked when the mouse went down to drag a selection.
(Inherited from WinFormsInteractor.) | |
| OnDragSelectMouseMove |
Invoked while dragging a selection when the selection rectangle
overlaps this interactor. This method will add the
corresponding interactor to the current selection if Selectable is true.
(Inherited from WinFormsInteractor.) | |
| OnDragSelectMouseUp |
Invoked when the mouse goes up after dragging a selection.
(Inherited from WinFormsInteractor.) | |
| OnGotFocus |
Invoked after the interactor got the focus. This override will select the entire text if
the focus was caused by a keystroke.
(Inherited from SingleLineTextBoxInteractor.) | |
| OnKeyDown |
Invoked as a result of a key down platform event.
(Inherited from SingleLineTextBoxInteractor.) | |
| OnKeyUp |
Raised when a key is released while this interactor has the focus.
(Inherited from WinFormsInteractor.) | |
| OnLostFocus |
Invoked after the text box lost the focus. This override will remove the
blinking cursor.
(Inherited from TextBoxInteractor.) | |
| OnMouseClick |
Invoked as a result of a click platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseDoubleClick |
Invoked when a double-click occurs. This override will select a word.
(Inherited from TextBoxInteractor.) | |
| OnMouseDown |
Invoked when the mouse goes down into the text field.
(Inherited from TextBoxInteractor.) | |
| OnMouseEnter |
Invoked as a result of a mouse enter platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseHover |
Invoked afer the mouse stays a short period of time in this interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseLeave |
Invoked as a result of a mouse leave platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseMove |
Invoked when the mouse was moved inside the text field.
(Inherited from TextBoxInteractor.) | |
| OnMouseUp |
Invoked as a result of a mouse up platform event.
(Inherited from AnnotationInteractor.) | |
| OnPaint |
Invoked as result of a paint event, but only for text fields that are not hidden.
(Inherited from TextBoxInteractor.) | |
| OnPaintDrag |
Invoked when the interactor must paint a drag representation of itself.
(Inherited from WinFormsInteractor.) | |
| OnPaintOver |
This method will be invoked after all child interactors have been
painted.
(Inherited from WinFormsInteractor.) | |
| OnPaintShadow |
Invoked to paint a shadow for this interactor.
(Inherited from WinFormsInteractor.) | |
| OnSelected |
Invoked when the interactor got added to the current selection.
(Inherited from WinFormsInteractor.) | |
| Relocate |
Changes the location of the annotation so that it matches the current
transformation of its interactor.
(Inherited from AnnotationInteractor.) | |
| SendText |
Sends the given text to the interator.
(Inherited from WinFormsInteractor.) |