|
void | SetDisplayRectLocation (Point offset) |
|
void | SetDisplayRectLocation (Point offset, bool preserveContents) |
|
void | PerformScroll (ScrollAction action, Orientation scrollBar) |
|
|
virtual void | OnScroll (ScrollEventArgs se) |
|
virtual void | OnDisplayRectangleChanged (EventArgs e) |
|
virtual void | OnSetCursor (SetCursorEventArgs e) |
|
void | SetDisplaySize (Size size) |
|
override void | OnLayout (LayoutEventArgs levent) |
|
override void | OnMouseWheel (MouseEventArgs e) |
|
override void | OnVisibleChanged (EventArgs e) |
|
override void | WndProc (ref System.Windows.Forms.Message m) |
|
override bool | IsInputKey (Keys keyData) |
| Determines whether the specified key is a regular input key or a special key that requires preprocessing. More...
|
|
|
override CreateParams | CreateParams [get] |
|
override Rectangle | DisplayRectangle [get] |
|
bool | HScroll [get] |
|
bool | VScroll [get] |
|
|
ScrollEventHandler | Scroll |
|
EventHandler | DisplayRectangleChanged |
|
SetCursorEventHandler | SetCursor |
|
◆ IsInputKey()
override bool PdfiumViewer.CustomScrollControl.IsInputKey |
( |
Keys |
keyData | ) |
|
|
protected |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
- Returns
- true if the specified key is a regular input key; otherwise, false.
- Parameters
-
keyData | One of the T:System.Windows.Forms.Keys values. |
The documentation for this class was generated from the following file:
- PdfiumViewer/CustomScrollControl.cs