DotNetBrowser
1.21.5
|
Namespaces |
Classes | |
class | AssemblyInfoCatalogue |
class | AuthRequiredParams |
Represents parameters that are passed to the NetworkDelegate.OnAuthRequired(AuthRequiredParams) method. More... | |
class | AutoDetectProxyConfig |
With this proxy configuration the connection automatically detects proxy settings. More... | |
class | BeforeRedirectParams |
Represents parameters that are passed to the NetworkDelegate.OnBeforeRedirect(BeforeRedirectParams) method. More... | |
class | BeforeSendHeadersParams |
Represents parameters that are passed to the NetworkDelegate.OnBeforeSendHeaders(BeforeSendHeadersParams) method. More... | |
class | BeforeSendProxyHeadersParams |
Represents parameters that are passed to the NetworkDelegate.OnBeforeSendProxyHeaders(BeforeSendProxyHeadersParams) method. More... | |
class | BeforeURLRequestParams |
Represents parameters that are passed to the NetworkDelegate.OnBeforeURLRequest(BeforeURLRequestParams) method. More... | |
interface | Browser |
Represents Chromium engine instance that you can use in BrowserView to display web pages, load web pages, listen to the browser events such as 'title change', 'frame start loading', 'frame finish loading', 'render gone' etc. Each Browser instance is running in a separate native process and communicates with the .NET process via Inter-Process-Communication bridge. When you don't need to use Browser instance you must dispose it using its IDisposable.Dispose method. If you dispose browser instance, you will not be able to use it anymore. To create a new Browser instance use BrowserFactory.Create() method. More... | |
class | BrowserContext |
Describes context of a Browser instance and provides path to the directory where user data files such as cookies, history, cache will be stored. Two Browser instances with the same BrowserContext will share the same session data (e.g. cookies, cache etc.). More... | |
class | BrowserContextParams |
Represents parameters required for BrowserContext instance. Using BrowserContextParams you can configure BrowserContext with different settings such as Chromium data directory, default accept language, proxy settings, etc. More... | |
class | BrowserException |
Thrown when BrowserFactory is failed to create Browser instance. More... | |
class | BrowserFactory |
A browser factory for creating browser instances. More... | |
class | BrowserFrameID |
Frame id constansts - used to detect which frame is used. More... | |
interface | BrowserFunction |
Represents a function that can be invoked from JavaScript side. More... | |
class | BrowserPreferences |
Browser instance and global library preferences. More... | |
interface | BrowserView |
A view that displays web pages. BrowserView handles mouse and keyboard events, and manages scrolling automatically. More... | |
class | BuildInfo |
Info about the continuous integration server build that produced this binary. | |
class | BytesData |
Contains upload parameters represented as plain bytes. More... | |
interface | CacheStorage |
The system for cache handling. The persistent cache are stored in the Browser data directory in Cache folder. By default all Browsers use predefined data directory. You can find out where this directory is located using the BrowserPreferences.GetDefaultChromiumDir() method. More... | |
class | Certificate |
Provides information about X509 certificate. X509 certificate represents a X.509 certificate, which is comprised a particular identity or end-entity certificate, such as an SSL server identity or an SSL client certificate, and zero or more intermediate certificates. More... | |
class | CertificateErrorParams |
Contains information about SSL certificate error. More... | |
class | CertificatesDialogParams |
The OnSelectCertificate event parameters. More... | |
interface | CertificateVerifier |
Represents a service for verifying SSL certificates. More... | |
class | CertificateVerifyParams |
Provides information about SSL certificate, host name, and Chromium verify results. More... | |
class | ChromiumBinaries |
Provides the ability to extract the Chromium binary files to the specified directory. More... | |
class | ColorChooserParams |
Represents parameters that are passed to the OnColorChooser event. More... | |
class | ContextMenu |
Provides access to context menu items and allows notifying Chromium engine about context menu state. More... | |
interface | ContextMenuHandler |
Interface for handling browser context menu requests. More... | |
class | ContextMenuItem |
Provides info about context menu item. More... | |
class | ContextMenuParams |
Contains information about context menu. More... | |
interface | Cookie |
Represents an HTTP cookie. More... | |
interface | CookieStorage |
The system for storing and retrieving cookies. The cookies can be stored in the process memory (session cookies) or in files (persistent cookies). The CookieStorage provides access to both session and persistent cookies. More... | |
class | CustomPaperSize |
Custom paper size for printing. More... | |
class | CustomProxyConfig |
Describes a user's proxy settings. More... | |
class | DataObjectContainer |
class | DataReceivedParams |
Represents parameters that are passed to the NetworkDelegate.onDataReceived(DataReceivedParams) method. More... | |
class | DefaultDownloadHandler |
Basic implementation of the DownloadHandler. More... | |
class | DefaultLoadHandler |
Default implementation of the LoadHandler. More... | |
class | DefaultNetworkDelegate |
Default implementation of NetworkDelegate More... | |
class | DefaultPopupContainer |
Default implementation of PopupContainer. More... | |
class | DefaultResourceHandler |
Default implementation of ResourceHandler. More... | |
interface | DialogHandler |
Allows handling browser dialogs such as JavaScript alert, confirmation and prompt. More... | |
class | DialogParams |
Represents parameters that are passed to the DialogHandler.OnAlert(parameters) and DialogHandler.OnConfirmation(parameters) methods. More... | |
class | DirectProxyConfig |
With this proxy configuration the connection doesn't use a proxy server. More... | |
interface | DownloadHandler |
Allows handling file downloads. More... | |
interface | DownloadItem |
Provides different information such as file URL, its mime type, percent complete, received bytes etc. Also it allows registering the DownloadEvent to receive download update events for this particular download item. More... | |
interface | DrawingView |
A view that displays web pages. Defines a event that indicates when content of loaded web page in the browser view has been repainted. More... | |
class | FileChooserParams |
The OnFileChooser event parameters. More... | |
class | FormData |
Represents POST data parameters if the Content-Type is application/x-www-form-urlencoded. More... | |
interface | FullScreenHandler |
The listener interface for receiving full screen state change events. More... | |
class | HeadersReceivedParams |
Represents parameters that are passed to the NetworkDelegate.OnHeadersReceived(HeadersReceivedParams) method. More... | |
class | HostPortPair |
Represents combination of host and port. More... | |
interface | HttpHeaders |
Represents HTTP request and response headers, mapping string header names to list of string values. More... | |
interface | HttpHeadersEx |
Represents HTTP request/response header More... | |
class | HttpHeadersExImpl |
Represents HTTP request/response header More... | |
interface | IAppCache |
Application cache information bound to the specific origin URL. More... | |
interface | IAppCacheInfo |
Application cache information for the specific cache manifest. More... | |
interface | IAppCacheStorage |
HTML5 Application cache storage More... | |
interface | IBackForwardNavigator |
Provides an ability to navigate by backward and forward lists. More... | |
interface | IImageProvider |
Provides an ability to get rendered image from Browser instance in Lightweight rendering mode. More... | |
interface | IInputSimulator |
Provides an ability to forward messages from input devices. More... | |
interface | INavigationEntry |
Represents entry from back-forward navigation list. More... | |
interface | INotificationHandler |
The handler interface for receiving browser HTML5 desktop common notification events. To receive browser notification events user should register the INotificationHandler implementation set the NotificationHandler property of the NotificationService. Appropriate handler methods implemented will be invoked when browser performs notification actions. More... | |
class | IPCLogger |
interface | IPermissionHandler |
Allows handling permission requests from web pages such as geolocation, desktop notification permission requests, etc. Any web page can request permissions for the required type. More... | |
interface | IWebStorage |
The IWebStorage interface of the Web Storage API provides access to the session storage or local storage for a particular document on the loaded web page, allowing you to for example add, modify or delete stored data items. More... | |
class | JSArray |
Represents JavaScript array. More... | |
class | JSBoolean |
Represents JavaScript primitive boolean value. More... | |
class | JSBooleanObject |
Represents JavaScript Boolean object. More... | |
class | JSContext |
Represents JavaScript execution context. Each frame on the web page has it's own execution context. JavaScript objects created in one context will not be visible and accessible in other contexts. More... | |
class | JSFunction |
Represents a JavaScript function. JavaScript function always belongs to a JSObject instance. More... | |
interface | JSFunctionCallback |
Represents a .NET function that can be invoked from JavaScript side. More... | |
class | JSFunctionException |
Thrown when exception occurs during JSFunction execution. More... | |
class | JSNull |
Represents JavaScript null value. More... | |
class | JSNumber |
Represents JavaScript primitive number value. More... | |
class | JSNumberObject |
Represents JavaScript Number object. More... | |
class | JSObject |
Represents a JavaScript object. Provides access to the object's properties and functions. JavaScript object is alive until its JavaScript execution context exist. Once execution context is disposed, all JavaScript objects available in scope of this context will be automatically disposed. If you try to access already disposed object, you will get InvalidOperationException. More... | |
class | JSONString |
Represents a string in JSON format. When this value is passed to JavaScript side, it will be automatically parsed and converted to appropriate JavaScript object. More... | |
class | JSPrimitive |
An abstract class for JavaScript primitive types. More... | |
class | JSString |
Represents JavaScript primitive string value. More... | |
class | JSStringObject |
Represents JavaScript String object. More... | |
class | JSUndefined |
JavaScript undefined value. More... | |
class | JSValue |
Class for all JavaScript values. This class is used to store the result of the Browser.ExecuteJavaScript(string) method execution. More... | |
interface | KeyFilter |
A keyboard filter that can be set to the BrowserView to filter keyboard events. More... | |
class | KeyParams |
Parameters that are used in the Browser.KeyUp(KeyParams)and Browser.KeyDown(KeyParams) methods. More... | |
class | LoadDataParams |
Parameters that are used in the Browser.LoadData(long, LoadDataParams) method. More... | |
interface | LoadHandler |
Allows handling any load activity including filtering all URLs loaded in Browser component. Using LoadHandler you can cancel any load event or suppress problematic SSL certificates. More... | |
class | LoadHTMLParams |
Parameters that are used in the Browser.LoadHTML(LoadHTMLParams) method. More... | |
class | LoadParams |
Contains the information about load event. More... | |
class | LoadURLParams |
Parameters that are used in the Browser.LoadURL(LoadURLParams) method. More... | |
class | Logger |
class | LoggerProvider |
Provides access to different DotNetBrowser Loggers which are used to log Browser, IPC and Chromium process messages. More... | |
class | MediaStreamDevice |
Represents a media stream device. More... | |
interface | MediaStreamDeviceProvider |
Provides default media stream device that Chromium should use for capturing audio/video input on loaded web page. More... | |
class | MediaStreamDeviceRequest |
Represents a request for media streams (audio/video). More... | |
class | MouseButtonParams |
Parameters which are used in the Browser.MouseUp(MouseButtonParams)and Browser.MouseDown(MouseButtonParams) methods. More... | |
class | MouseWheelParams |
Parameters which are used in the Browser.MouseWheel(MouseWheelParams) method. More... | |
class | MultipartFormData |
Represents POST data parameters if the Content-Type is multipart/form-data. More... | |
interface | NativeCrashHandler |
Allows handling chromium native process crash. More... | |
interface | NetworkDelegate |
Interface for handling URL requests and responses. More... | |
class | NetworkService |
Provides access to a network level functionality. More... | |
class | Notification |
Represents object that contains information about browser notification, stores notification state data and provides functionality that allows user to perform operations with notification (click, closeInternal, etc.) and listen browser events associated with this notification instance. More... | |
class | NotificationService |
Provides access to browser desktop notifications functionality. More... | |
class | PacScriptErrorParams |
Provides details about PAC script error. More... | |
class | PageMargins |
Margins in printer device points for a page setup. More... | |
class | PageRange |
Page range for printing. More... | |
class | PaperSizes |
Define extension methods for PaperSize. More... | |
class | PasswordEventArgs |
PasswordSubmitted event parameters. More... | |
class | PasswordManagerClient |
The client Chromium Password Manager functionality. More... | |
class | PermissionRequest |
Provides details on the permission request. More... | |
interface | PluginFilter |
A plugin filter that is used by Chromium engine to find out what plugin is allowed during web page loading. Can be registered per Browser instance. More... | |
class | PluginInfo |
Contains information about Chromium plugin. More... | |
interface | PluginManager |
The system for plugins management. More... | |
interface | PopupContainer |
Each container that can be used for newly created browser must implement this interface. More... | |
interface | PopupHandler |
Implementers of PopupHandler may manage newly created popup windows that were opened using the window.open JavaScript function. More... | |
class | PopupParams |
Provides event information for event that occurs before creating a new browser window. More... | |
interface | PostData |
General interface for representation POST data. Depending of the PostDataContentType can be casted to one of specific implementations: FormData, MultipartFormData, RawData. More... | |
interface | PrintHandler |
Allows handling printing initiated by Browser.Print method or More... | |
class | PrintJob |
Indicates a print job. More... | |
class | PrintSettings |
Provides access to different printing settings. More... | |
class | PromptDialogParams |
The OnPrompt event parameters. More... | |
class | ProxyConfig |
An abstract class that must be implemented by all possible proxy configurations. More... | |
class | RawData |
Contains POST parameters which cannot be represented as FormData or MultipartFormData. More... | |
class | ReloadPostDataParams |
Represents parameters that are passed to the OnReloadPostData event. More... | |
class | RenderProcessInfo |
Contains information about current render process associated with the Browser instance. More... | |
class | RequestCompletedParams |
Represents parameters that are passed to the NetworkDelegate.OnCompleted(RequestCompletedParams) method. More... | |
class | RequestParams |
Parent class for all NetworkDelegate method params. More... | |
interface | ResourceHandler |
Allows handling process of loading resources such as HTML, images, JavaScript, CSS files, etc. You can use this handler to cancel loading specified resources. For example, you can tell web browser engine not to load images or HTML from a specified URL. More... | |
class | ResourceParams |
Represents information about resource. More... | |
class | ResponseStartedParams |
Represents parameters that are passed to the NetworkDelegate.OnResponseStarted(ResponseStartedParams) method. More... | |
class | SearchParams |
Represents search request parameters, that are used for searching text on a web page. More... | |
class | SearchResult |
Provides information about the number of matches of a specified text on a web page. More... | |
class | SendHeadersParams |
Represents parameters that are passed to the NetworkDelegate.OnSendHeaders(SendHeadersParams) method. More... | |
class | SpellCheckerService |
Provides access to spellchecker service. More... | |
class | StatusLine |
class | SystemProxyConfig |
interface | UIComponent |
Each UI component for embedding web content in your application and display web pages must implement this interface. More... | |
class | UnloadDialogParams |
The OnBeforeUnload event parameters. More... | |
class | URLProxyConfig |
With this proxy configuration the connection uses proxy settings received from proxy auto-config (PAC) file which is located at the specific address. More... | |
interface | XPathIteratorItem |
Represents the iterator item over the XPath result node set. More... | |
class | XPathResult |
Represents the result of evaluating the XPath expression. More... | |
class | ZoomService |
Provides access to zoom configuration. More... | |
Functions | |
delegate void | PasswordSubmittedHandler (object sender, PasswordEventArgs e) |
PasswordSubmitted event delegate. More... | |
|
strong |
Possible application cache status.
|
strong |
Provides set of supported browser types.
Enumerator | |
---|---|
LIGHTWEIGHT |
Indicates that Browser instance will be initialized as a lightweight (off-screen) component. In this mode Chromium engine renders web page content off-screen and .NET component just displays rendering results as image using standard .NET Graphics API. In this mode GPU acceleration in Chromium engine isn't used. As result, rendering performance isn't so good as with enabled GPU acceleration. |
HEAVYWEIGHT |
Indicates that Browser instance will be initialized as a heavyweight component. Heavyweight components represents a native window embedded into .NET frame. In this mode Chromium uses GPU acceleration to render web page content directly onto an embedded into .NET frame window. Rendering performance in this case is the same as in Google Chrome. |
|
strong |
|
strong |
Enum of flags that indicate result of SSL certificate verification by default Chromium certificate verifier.
|
strong |
|
strong |
The dialog close status indicates the way (OK or Cancel button) the dialog was closed.
|
strong |
Print color mode values.
|
strong |
|
strong |
Possible download interrupt reason.
Enumerator | |
---|---|
NONE |
Returns if there is no previous interrupt reason. |
FILE_FAILED |
Generic file operation failure. "File Error". |
FILE_ACCESS_DENIED |
The file cannot be accessed due to security restrictions. "Access Denied". |
FILE_NO_SPACE |
There is not enough room on the drive. "Disk Full". |
FILE_NAME_TOO_LONG |
The directory or file name is too long. "Path Too Long". |
FILE_TOO_LARGE |
The file is too large for the file system to handle. "File Too Large". |
FILE_VIRUS_INFECTED |
The file contains a virus. "Virus". |
FILE_TRANSIENT_ERROR |
The file was in use. Too many files are opened at once. We have run out of memory. "Temporary Problem". |
FILE_BLOCKED |
The file was blocked due to local policy. "Blocked" |
FILE_SECURITY_CHECK_FAILED |
An attempt to check the safety of the download failed due to unexpected reasons. See http:///crbug.com/153212. |
FILE_TOO_SHORT |
An attempt was made to seek past the end of a file in opening a file (as part of resuming a previously interrupted download). |
FILE_HASH_MISMATCH |
The partial file didn't match the expected hash. |
NETWORK_FAILED |
Generic network failure. "Network Error". |
NETWORK_TIMEOUT |
The network operation timed out. "Operation Timed Out". |
NETWORK_DISCONNECTED |
The network connection has been lost. "Connection Lost". |
NETWORK_SERVER_DOWN |
The server has gone down. "Server Down". |
NETWORK_INVALID_REQUEST |
The network request was invalid. This may be due to the original URL or a redirected URL:
|
SERVER_FAILED |
The server indicates that the operation has failed (generic). "Server Error". |
SERVER_NO_RANGE |
The server does not support range requests. Internal use only: must restart from the beginning. |
SERVER_BAD_CONTENT |
The server does not have the requested data. "Unable to get file". |
SERVER_UNAUTHORIZED |
Server didn't authorize access to resource. |
SERVER_CERT_PROBLEM |
Server certificate problem. |
SERVER_FORBIDDEN |
Server access forbidden. |
SERVER_UNREACHABLE |
Unexpected server response. This might indicate that the responding server may not be the intended server. |
USER_CANCELED |
The user canceled the download. "Canceled". |
USER_SHUTDOWN |
The user shut down the browser. Internal use only: resume pending downloads if possible. |
CRASH |
The browser crashed. Internal use only: resume pending downloads if possible. |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Represents extended key usage values.
|
strong |
List of modes of the browser file chooser dialog.
|
strong |
Possible type of gesture interaction with device SourceDevice.
|
strong |
Specifies the set of modifier keys. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Enumerator | |
---|---|
None |
No input modifiers. |
Shift |
The Shift key modifier. |
Ctrl |
The Control key modifier. |
Meta |
The Meta key modifier. |
Alt |
The Alt key modifier. |
AltGraph |
The AltGraph key modifier. |
|
strong |
List of load policy.
|
strong |
List of load types.
|
strong |
|
strong |
List of known media types. It's used in ContextMenuParams.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Enum of known paper sizes.
|
strong |
|
strong |
|
strong |
Represents enum with permission types.
|
strong |
|
strong |
Represents Content-Type of POST data.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Type of the resource that has initiated the request.
|
strong |
|
strong |
Determines how the web page will be saved via the Browser.SaveWebPage(string, string, SavePageType) method.
Enumerator | |
---|---|
ONLY_HTML |
Single HTML. |
COMPLETE_HTML |
HTML file with required resources (e.g. images, css etc.). |
MHTML |
MHTML file. |
|
strong |
Defines scroll direction values which can be used for MouseWheelParams object.
Enumerator | |
---|---|
Vertical |
Vertical scrool direction |
Horizontal |
Horizontal scroll direction |
|
strong |
Possible type of device with gesture interaction GestureType.
Enumerator | |
---|---|
UNINITIALIZED |
Uninitialized device |
TOUCHPAD |
Touchpad device. |
TOUCHSCREEN |
Touchscreen device. |
|
strong |
Provides actions for Browser.StopFindingText(StopFindAction) method.
Enumerator | |
---|---|
CLEAR_SELECTION | |
KEEP_SELECTION |
|
strong |
Represents Chromium data storage type.
|
strong |
List of possible render process termination statuses.
|
strong |
The list of VirtualKeyCodes (see: https://msdn.microsoft.com/en-us/library/dd375731(VS.85).aspx)
Enumerator | |
---|---|
LBUTTON |
Left mouse button |
RBUTTON |
Right mouse button |
CANCEL |
Control-break processing |
MBUTTON |
Middle mouse button (three-button mouse) - NOT contiguous with LBUTTON and RBUTTON |
XBUTTON1 |
Windows 2000/XP: X1 mouse button - NOT contiguous with LBUTTON and RBUTTON |
XBUTTON2 |
Windows 2000/XP: X2 mouse button - NOT contiguous with LBUTTON and RBUTTON |
BACK |
BACKSPACE key |
TAB |
TAB key |
CLEAR |
CLEAR key |
RETURN |
ENTER key |
SHIFT |
SHIFT key |
CONTROL |
CTRL key |
MENU |
ALT key |
PAUSE |
PAUSE key |
CAPITAL |
CAPS LOCK key |
KANA |
Input Method Editor (IME) Kana mode |
HANGEUL |
IME Hanguel mode (maintained for compatibility; use HANGUL) |
HANGUL |
IME Hangul mode |
JUNJA |
IME Junja mode |
FINAL |
IME final mode |
KANJI |
IME Kanji mode |
HANJA |
IME Hanja mode |
ESCAPE |
ESC key |
CONVERT |
IME convert |
NONCONVERT |
IME nonconvert |
ACCEPT |
IME accept |
MODECHANGE |
IME mode change request |
SPACE |
SPACEBAR |
PRIOR |
PAGE UP key |
NEXT |
PAGE DOWN key |
END |
END key |
HOME |
HOME key |
LEFT |
LEFT ARROW key |
UP |
UP ARROW key |
RIGHT |
RIGHT ARROW key |
DOWN |
DOWN ARROW key |
SELECT |
SELECT key |
PRINT key | |
EXECUTE |
EXECUTE key |
SNAPSHOT |
PRINT SCREEN key |
INSERT |
INS key |
DELETE |
DEL key |
HELP |
HELP key |
VK_0 |
0 key |
VK_1 |
1 key |
VK_2 |
2 key |
VK_3 |
3 key |
VK_4 |
4 key |
VK_5 |
5 key |
VK_6 |
6 key |
VK_7 |
7 key |
VK_8 |
8 key |
VK_9 |
9 key |
VK_A |
A key |
VK_B |
B key |
VK_C |
C key |
VK_D |
D key |
VK_E |
E key |
VK_F |
F key |
VK_G |
G key |
VK_H |
H key |
VK_I |
I key |
VK_J |
J key |
VK_K |
K key |
VK_L |
L key |
VK_M |
M key |
VK_N |
N key |
VK_O |
O key |
VK_P |
P key |
VK_Q |
Q key |
VK_R |
R key |
VK_S |
S key |
VK_T |
T key |
VK_U |
U key |
VK_V |
V key |
VK_W |
W key |
VK_X |
X key |
VK_Y |
Y key |
VK_Z |
Z key |
LWIN |
Left Windows key (Microsoft Natural keyboard) |
RWIN |
Right Windows key (Natural keyboard) |
APPS |
Applications key (Natural keyboard) |
SLEEP |
Computer Sleep key |
NUMPAD0 |
Numeric keypad 0 key |
NUMPAD1 |
Numeric keypad 1 key |
NUMPAD2 |
Numeric keypad 2 key |
NUMPAD3 |
Numeric keypad 3 key |
NUMPAD4 |
Numeric keypad 4 key |
NUMPAD5 |
Numeric keypad 5 key |
NUMPAD6 |
Numeric keypad 6 key |
NUMPAD7 |
Numeric keypad 7 key |
NUMPAD8 |
Numeric keypad 8 key |
NUMPAD9 |
Numeric keypad 9 key |
MULTIPLY |
Multiply key |
ADD |
Add key |
SEPARATOR |
Separator key |
SUBTRACT |
Subtract key |
DECIMAL |
Decimal key |
DIVIDE |
Divide key |
F1 |
F1 key |
F2 |
F2 key |
F3 |
F3 key |
F4 |
F4 key |
F5 |
F5 key |
F6 |
F6 key |
F7 |
F7 key |
F8 |
F8 key |
F9 |
F9 key |
F10 |
F10 key |
F11 |
F11 key |
F12 |
F12 key |
F13 |
F13 key |
F14 |
F14 key |
F15 |
F15 key |
F16 |
F16 key |
F17 |
F17 key |
F18 |
F18 key |
F19 |
F19 key |
F20 |
F20 key |
F21 |
F21 key |
F22 |
F22 key |
F23 |
F23 key |
F24 |
F24 key |
NUMLOCK |
NUM LOCK key |
SCROLL |
SCROLL LOCK key |
LSHIFT |
Left SHIFT key - Used only as parameters to GetAsyncKeyState() and GetKeyState() |
RSHIFT |
Right SHIFT key - Used only as parameters to GetAsyncKeyState() and GetKeyState() |
LCONTROL |
Left CONTROL key - Used only as parameters to GetAsyncKeyState() and GetKeyState() |
RCONTROL |
Right CONTROL key - Used only as parameters to GetAsyncKeyState() and GetKeyState() |
LMENU |
Left MENU key - Used only as parameters to GetAsyncKeyState() and GetKeyState() |
RMENU |
Right MENU key - Used only as parameters to GetAsyncKeyState() and GetKeyState() |
BROWSER_BACK |
Windows 2000/XP: Browser Back key |
BROWSER_FORWARD |
Windows 2000/XP: Browser Forward key |
BROWSER_REFRESH |
Windows 2000/XP: Browser Refresh key |
BROWSER_STOP |
Windows 2000/XP: Browser Stop key |
BROWSER_SEARCH |
Windows 2000/XP: Browser Search key |
BROWSER_FAVORITES |
Windows 2000/XP: Browser Favorites key |
BROWSER_HOME |
Windows 2000/XP: Browser Start and Home key |
VOLUME_MUTE |
Windows 2000/XP: Volume Mute key |
VOLUME_DOWN |
Windows 2000/XP: Volume Down key |
VOLUME_UP |
Windows 2000/XP: Volume Up key |
MEDIA_NEXT_TRACK |
Windows 2000/XP: Next Track key |
MEDIA_PREV_TRACK |
Windows 2000/XP: Previous Track key |
MEDIA_STOP |
Windows 2000/XP: Stop Media key |
MEDIA_PLAY_PAUSE |
Windows 2000/XP: Play/Pause Media key |
LAUNCH_MAIL |
Windows 2000/XP: Start Mail key |
LAUNCH_MEDIA_SELECT |
Windows 2000/XP: Select Media key |
LAUNCH_APP1 |
Windows 2000/XP: Start Application 1 key |
LAUNCH_APP2 |
Windows 2000/XP: Start Application 2 key |
OEM_1 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key |
OEM_PLUS |
Windows 2000/XP: For any country/region, the '+' key |
OEM_COMMA |
Windows 2000/XP: For any country/region, the ',' key |
OEM_MINUS |
Windows 2000/XP: For any country/region, the '-' key |
OEM_PERIOD |
Windows 2000/XP: For any country/region, the '.' key |
OEM_2 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key |
OEM_3 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '`~' key |
OEM_4 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '[{' key |
OEM_5 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '|' key |
OEM_6 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key |
OEM_7 |
Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key |
OEM_8 |
Used for miscellaneous characters; it can vary by keyboard. |
OEM_102 |
Windows 2000/XP: Either the angle bracket key or the backslash key on the RT 102-key keyboard |
PROCESSKEY |
Windows 95/98/Me, Windows NT 4.0, Windows 2000/XP: IME PROCESS key |
PACKET |
Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT, SendInput, WM_KEYDOWN, and WM_KEYUP |
ATTN |
Attn key |
CRSEL |
CrSel key |
EXSEL |
ExSel key |
EREOF |
Erase EOF key |
PLAY |
Play key |
ZOOM |
Zoom key |
NONAME |
Reserved |
PA1 |
PA1 key |
OEM_CLEAR |
Clear key |
|
strong |
delegate void DotNetBrowser.PasswordSubmittedHandler | ( | object | sender, |
PasswordEventArgs | e | ||
) |
PasswordSubmitted event delegate.
sender | event source. |
e | event arguments. |