public class CustomWebBrowser : WebBrowser
Public Class CustomWebBrowser
Inherits WebBrowser
public ref class CustomWebBrowser : public WebBrowser
type CustomWebBrowser =
class
inherit WebBrowser
end
CustomWebBrowser | Инициализирует новый экземпляр класса CustomWebBrowser |
AccessibilityObject | Gets the AccessibleObject assigned to the control. (Унаследован от Control) |
AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (Унаследован от Control) |
AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (Унаследован от Control) |
AccessibleName | Gets or sets the name of the control used by accessibility client applications. (Унаследован от Control) |
AccessibleRole | Gets or sets the accessible role of the control. (Унаследован от Control) |
ActiveXInstance | Gets the underlying ActiveX WebBrowser control. (Унаследован от WebBrowserBase) |
AllowDrop | This property is not supported by this control. (Унаследован от WebBrowserBase) |
AllowNavigation | Gets or sets a value indicating whether the control can navigate to another page after its initial page has been loaded. (Унаследован от WebBrowser) |
AllowWebBrowserDrop | Gets or sets a value indicating whether the WebBrowser control navigates to documents that are dropped onto it. (Унаследован от WebBrowser) |
Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Унаследован от Control) |
AutoScrollOffset | Gets or sets where this control is scrolled to in ScrollControlIntoView(Control). (Унаследован от Control) |
AutoSize | This property is not relevant for this class. (Унаследован от Control) |
BackColor | This property is not meaningful for this control. (Унаследован от WebBrowserBase) |
BackgroundImage | This property is not supported by this control. (Унаследован от WebBrowserBase) |
BackgroundImageLayout | This property is not supported by this control. (Унаследован от WebBrowserBase) |
BindingContext | Gets or sets the BindingContext for the control. (Унаследован от Control) |
Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Унаследован от Control) |
Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Унаследован от Control) |
CanEnableIme | Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Унаследован от Control) |
CanFocus | Gets a value indicating whether the control can receive focus. (Унаследован от Control) |
CanGoBack | Gets a value indicating whether a previous page in navigation history is available, which allows the GoBack method to succeed. (Унаследован от WebBrowser) |
CanGoForward | Gets a value indicating whether a subsequent page in navigation history is available, which allows the GoForward method to succeed. (Унаследован от WebBrowser) |
CanRaiseEvents | Determines if events can be raised on the control. (Унаследован от Control) |
CanSelect | Gets a value indicating whether the control can be selected. (Унаследован от Control) |
Capture | Gets or sets a value indicating whether the control has captured the mouse. (Унаследован от Control) |
CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Унаследован от Control) |
ClientRectangle | Gets the rectangle that represents the client area of the control. (Унаследован от Control) |
ClientSize | Gets or sets the height and width of the client area of the control. (Унаследован от Control) |
CompanyName | Gets the name of the company or creator of the application containing the control. (Унаследован от Control) |
ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Унаследован от Control) |
ContextMenuStrip | Gets or sets the ContextMenuStrip associated with this control. (Унаследован от Control) |
Controls | Gets the collection of controls contained within the control. (Унаследован от Control) |
Created | Gets a value indicating whether the control has been created. (Унаследован от Control) |
CreateParams | Gets the required creation parameters when the control handle is created. (Унаследован от Control) |
Cursor | This property is not supported by this control. (Унаследован от WebBrowserBase) |
DataBindings | Gets the data bindings for the control. (Унаследован от Control) |
DataContext | Gets or sets the data context for the purpose of data binding.
This is an ambient property. (Унаследован от Control) |
DefaultCursor | Gets or sets the default cursor for the control. (Унаследован от Control) |
DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. (Унаследован от Control) |
DefaultMargin | Gets the space, in pixels, that is specified by default between controls. (Унаследован от Control) |
DefaultMaximumSize | Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Унаследован от Control) |
DefaultMinimumSize | Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Унаследован от Control) |
DefaultPadding | Gets the internal spacing, in pixels, of the contents of a control. (Унаследован от Control) |
DefaultSize | Gets the default size of the control. (Унаследован от WebBrowser) |
DeviceDpi | Gets the DPI value for the display device where the control is currently being displayed. (Унаследован от Control) |
DisplayRectangle | Gets the rectangle that represents the display area of the control. (Унаследован от Control) |
Disposing | Gets a value indicating whether the base Control class is in the process of disposing. (Унаследован от Control) |
Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Унаследован от Control) |
Document | Gets an HtmlDocument representing the Web page currently displayed in the WebBrowser control. (Унаследован от WebBrowser) |
DocumentStream | Gets or sets a stream containing the contents of the Web page displayed in the WebBrowser control. (Унаследован от WebBrowser) |
DocumentText | Gets or sets the HTML contents of the page displayed in the WebBrowser control. (Унаследован от WebBrowser) |
DocumentTitle | Gets the title of the document currently displayed in the WebBrowser control. (Унаследован от WebBrowser) |
DocumentType | Gets the type of the document currently displayed in the WebBrowser control. (Унаследован от WebBrowser) |
DoubleBuffered | Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Унаследован от Control) |
Enabled | This property is not supported by this control. (Унаследован от WebBrowserBase) |
EncryptionLevel | Gets a value indicating the encryption method used by the document currently displayed in the WebBrowser control. (Унаследован от WebBrowser) |
Focused | Gets a value indicating whether the control or any of its child windows has input focus. (Унаследован от WebBrowser) |
Font | This property is not meaningful for this control. (Унаследован от WebBrowserBase) |
FontHeight | Gets or sets the height of the font of the control. (Унаследован от Control) |
ForeColor | This property is not meaningful for this control. (Унаследован от WebBrowserBase) |
Handle | Gets the window handle that the control is bound to. (Унаследован от Control) |
HasChildren | Gets a value indicating whether the control contains one or more child controls. (Унаследован от Control) |
Height | Gets or sets the height of the control. (Унаследован от Control) |
ImeMode | This property is not meaningful for this control. (Унаследован от WebBrowserBase) |
ImeModeBase | Gets or sets the IME mode of a control. (Унаследован от Control) |
InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Унаследован от Control) |
IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (Унаследован от Control) |
IsAncestorSiteInDesignMode | Indicates if one of the Ancestors of this control is sited and that site in DesignMode. This property is read-only. (Унаследован от Control) |
IsBusy | Gets a value indicating whether the WebBrowser control is currently loading a new document. (Унаследован от WebBrowser) |
IsDisposed | Gets a value indicating whether the control has been disposed of. (Унаследован от Control) |
IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (Унаследован от Control) |
IsMirrored | Gets a value indicating whether the control is mirrored. (Унаследован от Control) |
IsOffline | Gets a value indicating whether the WebBrowser control is in offline mode. (Унаследован от WebBrowser) |
IsWebBrowserContextMenuEnabled | Gets or a sets a value indicating whether the shortcut menu of the WebBrowser control is enabled. (Унаследован от WebBrowser) |
LayoutEngine | Gets a cached instance of the control's layout engine. (Унаследован от Control) |
Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Унаследован от Control) |
Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Унаследован от Control) |
Margin | Gets or sets the space between controls. (Унаследован от Control) |
MaximumSize | Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify. (Унаследован от Control) |
MinimumSize | Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify. (Унаследован от Control) |
Name | Gets or sets the name of the control. (Унаследован от Control) |
ObjectForScripting | Gets or sets an object that can be accessed by scripting code that is contained within a Web page displayed in the WebBrowser control. (Унаследован от WebBrowser) |
Padding | This property is not meaningful for this control. (Унаследован от WebBrowser) |
Parent | Gets or sets the parent container of the control. (Унаследован от Control) |
PreferredSize | Gets the size of a rectangular area into which the control can fit. (Унаследован от Control) |
ProductName | Gets the product name of the assembly containing the control. (Унаследован от Control) |
ProductVersion | Gets the version of the assembly containing the control. (Унаследован от Control) |
ReadyState | Gets a value indicating the current state of the WebBrowser control. (Унаследован от WebBrowser) |
RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (Унаследован от Control) |
Region | Gets or sets the window region associated with the control. (Унаследован от Control) |
RenderRightToLeft | This property is now obsolete. (Унаследован от Control) Устарело. |
ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized. (Унаследован от Control) |
Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Унаследован от Control) |
RightToLeft | This property is not supported by this control. (Унаследован от WebBrowserBase) |
ScaleChildren | Gets a value that determines the scaling of child controls. (Унаследован от Control) |
ScriptErrorsSuppressed | Gets or sets a value indicating whether the WebBrowser displays dialog boxes such as script error messages. (Унаследован от WebBrowser) |
ScrollBarsEnabled | Gets or sets a value indicating whether scroll bars are displayed in the WebBrowser control. (Унаследован от WebBrowser) |
ShowFocusCues | Gets a value indicating whether the control should display focus rectangles. (Унаследован от Control) |
ShowKeyboardCues | Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Унаследован от Control) |
Site | Gets or sets the site of the control. (Унаследован от WebBrowserBase) |
Size | Gets or sets the height and width of the control. (Унаследован от Control) |
StatusText | Gets the status text of the WebBrowser control. (Унаследован от WebBrowser) |
TabIndex | Gets or sets the tab order of the control within its container. (Унаследован от Control) |
TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Унаследован от Control) |
Tag | Gets or sets the object that contains data about the control. (Унаследован от Control) |
Text | This property is not supported by this control. (Унаследован от WebBrowserBase) |
Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Унаследован от Control) |
TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (Унаследован от Control) |
Url | Gets or sets the URL of the current document. (Унаследован от WebBrowser) |
UseWaitCursor | This property is not supported by this control. (Унаследован от WebBrowserBase) |
Version | Gets the version of Internet Explorer installed. (Унаследован от WebBrowser) |
Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. (Унаследован от Control) |
WebBrowserShortcutsEnabled | Gets or sets a value indicating whether keyboard shortcuts are enabled within the WebBrowser control. (Унаследован от WebBrowser) |
Width | Gets or sets the width of the control. (Унаследован от Control) |
WindowTarget | This property is not relevant for this class. (Унаследован от Control) |
AccessibilityNotifyClients(AccessibleEvents, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (Унаследован от Control) |
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (Унаследован от Control) |
AttachInterfaces | Called by the control when the underlying ActiveX control is created. (Унаследован от WebBrowser) |
BeginInvoke(Action) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Унаследован от Control) |
BeginInvoke(Delegate) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Унаследован от Control) |
BeginInvoke(Delegate, Object) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Унаследован от Control) |
BringToFront | Brings the control to the front of the z-order. (Унаследован от Control) |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Унаследован от Control) |
CreateAccessibilityInstance | (Унаследован от WebBrowser) |
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Унаследован от Control) |
CreateControlsInstance | Creates a new instance of the control collection for the control. (Унаследован от Control) |
CreateGraphics | Creates the Graphics for the control. (Унаследован от Control) |
CreateHandle | Creates a handle for the control. (Унаследован от Control) |
CreateSink | Associates the underlying ActiveX control with a client that can handle control events. (Унаследован от WebBrowser) |
CreateWebBrowserSiteBase | (Переопределяет WebBrowserCreateWebBrowserSiteBase) |
DefWndProc | Sends the specified message to the default window procedure. (Унаследован от Control) |
DestroyHandle | Destroys the handle associated with the control. (Унаследован от Control) |
DetachInterfaces | Called by the control when the underlying ActiveX control is discarded. (Унаследован от WebBrowser) |
DetachSink | Releases the event-handling client attached in the CreateSink method from the underlying ActiveX control. (Унаследован от WebBrowser) |
Dispose | Releases the unmanaged resources used by the WebBrowser and optionally releases the managed resources. (Унаследован от WebBrowser) |
DoDragDrop(Object, DragDropEffects) | Begins a drag-and-drop operation. (Унаследован от Control) |
DoDragDrop(Object, DragDropEffects, Bitmap, Point, Boolean) | Begins a drag operation. (Унаследован от Control) |
DrawToBitmap | This method is not supported by this control. (Унаследован от WebBrowserBase) |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Унаследован от Control) |
FindForm | Retrieves the form that the control is on. (Унаследован от Control) |
Focus | Sets input focus to the control. (Унаследован от Control) |
GetAccessibilityObjectById | Retrieves the specified AccessibleObject. (Унаследован от Control) |
GetAutoSizeMode | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Унаследован от Control) |
GetChildAtPoint(Point) | Retrieves the child control that is located at the specified coordinates. (Унаследован от Control) |
GetChildAtPoint(Point, GetChildAtPointSkip) | Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Унаследован от Control) |
GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (Унаследован от Control) |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Унаследован от Control) |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Унаследован от Control) |
GetScaledBounds | Retrieves the bounds within which the control is scaled. (Унаследован от Control) |
GetStyle | Retrieves the value of the specified control style bit for the control. (Унаследован от Control) |
GetTopLevel | Determines if the control is a top-level control. (Унаследован от Control) |
GoBack | Navigates the WebBrowser control to the previous page in the navigation history, if one is available. (Унаследован от WebBrowser) |
GoForward | Navigates the WebBrowser control to the next page in the navigation history, if one is available. (Унаследован от WebBrowser) |
GoHome | Navigates the WebBrowser control to the home page of the current user. (Унаследован от WebBrowser) |
GoSearch | Navigates the WebBrowser control to the default search page of the current user. (Унаследован от WebBrowser) |
Hide | Conceals the control from the user. (Унаследован от Control) |
InitLayout | Called after the control has been added to another container. (Унаследован от Control) |
Invalidate | Invalidates the entire surface of the control and causes the control to be redrawn. (Унаследован от Control) |
Invalidate(Boolean) | Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Унаследован от Control) |
Invalidate(Rectangle) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Унаследован от Control) |
Invalidate(Region) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Унаследован от Control) |
Invalidate(Rectangle, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Унаследован от Control) |
Invalidate(Region, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Унаследован от Control) |
Invoke(Action) | Executes the specified delegate on the thread that owns the control's underlying window handle. (Унаследован от Control) |
Invoke(Delegate) | Executes the specified delegate on the thread that owns the control's underlying window handle. (Унаследован от Control) |
Invoke(Delegate, Object) | Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Унаследован от Control) |
[M:System.Windows.Forms.Control.Invoke``1(System.Func`1)] | (Унаследован от Control) |
InvokeGotFocus | Raises the GotFocus event for the specified control. (Унаследован от Control) |
InvokeLostFocus | Raises the LostFocus event for the specified control. (Унаследован от Control) |
InvokeOnClick | Raises the Click event for the specified control. (Унаследован от Control) |
InvokePaint | Raises the Paint event for the specified control. (Унаследован от Control) |
InvokePaintBackground | Raises the PaintBackground event for the specified control. (Унаследован от Control) |
IsInputChar | Determines if a character is an input character that the control recognizes. (Унаследован от WebBrowserBase) |
IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Унаследован от Control) |
LogicalToDeviceUnits(Int32) | Converts a Logical DPI value to its equivalent DeviceUnit DPI value. (Унаследован от Control) |
LogicalToDeviceUnits(Size) | Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height. (Унаследован от Control) |
Navigate(String) | Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document. (Унаследован от WebBrowser) |
Navigate(Uri) | Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document. (Унаследован от WebBrowser) |
Navigate(String, Boolean) | Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control. (Унаследован от WebBrowser) |
Navigate(String, String) | Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the contents of the Web page frame with the specified name. (Унаследован от WebBrowser) |
Navigate(Uri, Boolean) | Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control. (Унаследован от WebBrowser) |
Navigate(Uri, String) | Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the contents of the Web page frame with the specified name. (Унаследован от WebBrowser) |
Navigate(String, String, Byte, String) | Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. (Унаследован от WebBrowser) |
Navigate(Uri, String, Byte, String) | Loads the document at the location indicated by the specified Uri into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. (Унаследован от WebBrowser) |
NotifyInvalidate | Raises the Invalidated event with a specified region of the control to invalidate. (Унаследован от Control) |
OnAutoSizeChanged | Raises the AutoSizeChanged event. (Унаследован от Control) |
OnBackColorChanged | Raises the BackColorChanged event. (Унаследован от WebBrowserBase) |
OnBackgroundImageChanged | Raises the BackgroundImageChanged event. (Унаследован от Control) |
OnBackgroundImageLayoutChanged | Raises the BackgroundImageLayoutChanged event. (Унаследован от Control) |
OnBindingContextChanged | Raises the BindingContextChanged event. (Унаследован от Control) |
OnCanGoBackChanged | Raises the CanGoBackChanged event. (Унаследован от WebBrowser) |
OnCanGoForwardChanged | Raises the CanGoForwardChanged event. (Унаследован от WebBrowser) |
OnCausesValidationChanged | Raises the CausesValidationChanged event. (Унаследован от Control) |
OnChangeUICues | Raises the ChangeUICues event. (Унаследован от Control) |
OnClick | Raises the Click event. (Унаследован от Control) |
OnClientSizeChanged | Raises the ClientSizeChanged event. (Унаследован от Control) |
OnContextMenuStripChanged | Raises the ContextMenuStripChanged event. (Унаследован от Control) |
OnControlAdded | Raises the ControlAdded event. (Унаследован от Control) |
OnControlRemoved | Raises the ControlRemoved event. (Унаследован от Control) |
OnCreateControl | Raises the CreateControl method. (Унаследован от Control) |
OnCursorChanged | Raises the CursorChanged event. (Унаследован от Control) |
OnDataContextChanged | (Унаследован от Control) |
OnDockChanged | Raises the DockChanged event. (Унаследован от Control) |
OnDocumentCompleted | Raises the DocumentCompleted event. (Унаследован от WebBrowser) |
OnDocumentTitleChanged | Raises the DocumentTitleChanged event. (Унаследован от WebBrowser) |
OnDoubleClick | Raises the DoubleClick event. (Унаследован от Control) |
OnDpiChangedAfterParent | Raises the DpiChangedAfterParent event. (Унаследован от Control) |
OnDpiChangedBeforeParent | Raises the DpiChangedBeforeParent event. (Унаследован от Control) |
OnDragDrop | Raises the DragDrop event. (Унаследован от Control) |
OnDragEnter | Raises the DragEnter event. (Унаследован от Control) |
OnDragLeave | Raises the DragLeave event. (Унаследован от Control) |
OnDragOver | Raises the DragOver event. (Унаследован от Control) |
OnEnabledChanged | Raises the EnabledChanged event. (Унаследован от Control) |
OnEncryptionLevelChanged | Raises the EncryptionLevelChanged event. (Унаследован от WebBrowser) |
OnEnter | Raises the Enter event. (Унаследован от Control) |
OnFileDownload | Raises the FileDownload event. (Унаследован от WebBrowser) |
OnFontChanged | Raises the FontChanged event. (Унаследован от WebBrowserBase) |
OnForeColorChanged | Raises the ForeColorChanged event. (Унаследован от WebBrowserBase) |
OnGiveFeedback | Raises the GiveFeedback event. (Унаследован от Control) |
OnGotFocus | Raises the GotFocus event. (Унаследован от WebBrowserBase) |
OnHandleCreated | Raises the HandleCreated event. (Унаследован от WebBrowserBase) |
OnHandleDestroyed | Raises the HandleDestroyed event. (Унаследован от Control) |
OnHelpRequested | Raises the HelpRequested event. (Унаследован от Control) |
OnImeModeChanged | Raises the ImeModeChanged event. (Унаследован от Control) |
OnInvalidated | Raises the Invalidated event. (Унаследован от Control) |
OnKeyDown | Raises the KeyDown event. (Унаследован от Control) |
OnKeyPress | Raises the KeyPress event. (Унаследован от Control) |
OnKeyUp | Raises the KeyUp event. (Унаследован от Control) |
OnLayout | Raises the Layout event. (Унаследован от Control) |
OnLeave | Raises the Leave event. (Унаследован от Control) |
OnLocationChanged | Raises the LocationChanged event. (Унаследован от Control) |
OnLostFocus | Raises the LostFocus event. (Унаследован от WebBrowserBase) |
OnMarginChanged | Raises the MarginChanged event. (Унаследован от Control) |
OnMouseCaptureChanged | Raises the MouseCaptureChanged event. (Унаследован от Control) |
OnMouseClick | Raises the MouseClick event. (Унаследован от Control) |
OnMouseDoubleClick | Raises the MouseDoubleClick event. (Унаследован от Control) |
OnMouseDown | Raises the MouseDown event. (Унаследован от Control) |
OnMouseEnter | Raises the MouseEnter event. (Унаследован от Control) |
OnMouseHover | Raises the MouseHover event. (Унаследован от Control) |
OnMouseLeave | Raises the MouseLeave event. (Унаследован от Control) |
OnMouseMove | Raises the MouseMove event. (Унаследован от Control) |
OnMouseUp | Raises the MouseUp event. (Унаследован от Control) |
OnMouseWheel | Raises the MouseWheel event. (Унаследован от Control) |
OnMove | Raises the Move event. (Унаследован от Control) |
OnNavigated | Raises the Navigated event. (Унаследован от WebBrowser) |
OnNavigating | Raises the Navigating event. (Унаследован от WebBrowser) |
OnNewWindow | Raises the NewWindow event. (Унаследован от WebBrowser) |
OnNotifyMessage | Notifies the control of Windows messages. (Унаследован от Control) |
OnPaddingChanged | Raises the PaddingChanged event. (Унаследован от Control) |
OnPaint | Raises the Paint event. (Унаследован от Control) |
OnPaintBackground | Paints the background of the control. (Унаследован от Control) |
OnParentBackColorChanged | Raises the BackColorChanged event when the BackColor property value of the control's container changes. (Унаследован от Control) |
OnParentBackgroundImageChanged | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Унаследован от Control) |
OnParentBindingContextChanged | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Унаследован от Control) |
OnParentChanged | This member overrides OnParentChanged(EventArgs). (Унаследован от WebBrowserBase) |
OnParentCursorChanged | Raises the CursorChanged event. (Унаследован от Control) |
OnParentDataContextChanged | (Унаследован от Control) |
OnParentEnabledChanged | Raises the EnabledChanged event when the Enabled property value of the control's container changes. (Унаследован от Control) |
OnParentFontChanged | Raises the FontChanged event when the Font property value of the control's container changes. (Унаследован от Control) |
OnParentForeColorChanged | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Унаследован от Control) |
OnParentRightToLeftChanged | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Унаследован от Control) |
OnParentVisibleChanged | Raises the VisibleChanged event when the Visible property value of the control's container changes. (Унаследован от Control) |
OnPreviewKeyDown | Raises the PreviewKeyDown event. (Унаследован от Control) |
OnPrint | Raises the Paint event. (Унаследован от Control) |
OnProgressChanged | Raises the ProgressChanged event. (Унаследован от WebBrowser) |
OnQueryContinueDrag | Raises the QueryContinueDrag event. (Унаследован от Control) |
OnRegionChanged | Raises the RegionChanged event. (Унаследован от Control) |
OnResize | Raises the Resize event. (Унаследован от Control) |
OnRightToLeftChanged | This method is not meaningful for this control. (Унаследован от WebBrowserBase) |
OnSizeChanged | Raises the SizeChanged event. (Унаследован от Control) |
OnStatusTextChanged | Raises the StatusTextChanged event. (Унаследован от WebBrowser) |
OnStyleChanged | Raises the StyleChanged event. (Унаследован от Control) |
OnSystemColorsChanged | Raises the SystemColorsChanged event. (Унаследован от Control) |
OnTabIndexChanged | Raises the TabIndexChanged event. (Унаследован от Control) |
OnTabStopChanged | Raises the TabStopChanged event. (Унаследован от Control) |
OnTextChanged | Raises the TextChanged event. (Унаследован от Control) |
OnValidated | Raises the Validated event. (Унаследован от Control) |
OnValidating | Raises the Validating event. (Унаследован от Control) |
OnVisibleChanged | This member overrides OnVisibleChanged(EventArgs). (Унаследован от WebBrowserBase) |
PerformLayout | Forces the control to apply layout logic to all its child controls. (Унаследован от Control) |
PerformLayout(Control, String) | Forces the control to apply layout logic to all its child controls. (Унаследован от Control) |
PointToClient | Computes the location of the specified screen point into client coordinates. (Унаследован от Control) |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Унаследован от Control) |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Унаследован от Control) |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Унаследован от WebBrowserBase) |
Prints the document currently displayed in the WebBrowser control using the current print and page settings. (Унаследован от WebBrowser) | |
ProcessCmdKey | Processes a command key. (Унаследован от Control) |
ProcessDialogChar | Processes a dialog character. (Унаследован от Control) |
ProcessDialogKey | Processes a dialog key if the WebBrowser ActiveX control does not process it. (Унаследован от WebBrowserBase) |
ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (Унаследован от Control) |
ProcessKeyMessage | Processes a keyboard message. (Унаследован от Control) |
ProcessKeyPreview | Previews a keyboard message. (Унаследован от Control) |
ProcessMnemonic | Processes a mnemonic character. (Унаследован от WebBrowserBase) |
RaiseDragEvent | Raises the appropriate drag event. (Унаследован от Control) |
RaiseKeyEvent | Raises the appropriate key event. (Унаследован от Control) |
RaiseMouseEvent | Raises the appropriate mouse event. (Унаследован от Control) |
RaisePaintEvent | Raises the appropriate paint event. (Унаследован от Control) |
RecreateHandle | Forces the re-creation of the handle for the control. (Унаследован от Control) |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Унаследован от Control) |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Унаследован от Control) |
Refresh | Reloads the document currently displayed in the WebBrowser control by checking the server for an updated version. (Унаследован от WebBrowser) |
Refresh(WebBrowserRefreshOption) | Reloads the document currently displayed in the WebBrowser control using the specified refresh options. (Унаследован от WebBrowser) |
RescaleConstantsForDpi | Provides constants for rescaling the control when a DPI change occurs. (Унаследован от Control) |
ResetBackColor | Resets the BackColor property to its default value. (Унаследован от Control) |
ResetBindings | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Унаследован от Control) |
ResetCursor | Resets the Cursor property to its default value. (Унаследован от Control) |
ResetFont | Resets the Font property to its default value. (Унаследован от Control) |
ResetForeColor | Resets the ForeColor property to its default value. (Унаследован от Control) |
ResetImeMode | Resets the ImeMode property to its default value. (Унаследован от Control) |
ResetMouseEventArgs | Resets the control to handle the MouseLeave event. (Унаследован от Control) |
ResetRightToLeft | Resets the RightToLeft property to its default value. (Унаследован от Control) |
ResetText | Resets the Text property to its default value (Empty). (Унаследован от Control) |
ResumeLayout | Resumes usual layout logic. (Унаследован от Control) |
ResumeLayout(Boolean) | Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (Унаследован от Control) |
RtlTranslateAlignment(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Унаследован от Control) |
RtlTranslateAlignment(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Унаследован от Control) |
RtlTranslateAlignment(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Унаследован от Control) |
RtlTranslateContent | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Унаследован от Control) |
RtlTranslateHorizontal | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Унаследован от Control) |
RtlTranslateLeftRight | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Унаследован от Control) |
Scale(Single) | Scales the control and any child controls. (Унаследован от Control) Устарело. |
Scale(SizeF) | Scales the control and all child controls by the specified scaling factor. (Унаследован от Control) |
Scale(Single, Single) | Scales the entire control and any child controls. (Унаследован от Control) Устарело. |
ScaleBitmapLogicalToDevice | Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (Унаследован от Control) |
ScaleControl | Scales a control's location, size, padding and margin. (Унаследован от Control) |
ScaleCore | This method is not relevant for this class. (Унаследован от Control) |
Select | Activates the control. (Унаследован от Control) |
Select(Boolean, Boolean) | Activates a child control. Optionally specifies the direction in the tab order to select the control from. (Унаследован от Control) |
SelectNextControl | Activates the next control. (Унаследован от Control) |
SendToBack | Sends the control to the back of the z-order. (Унаследован от Control) |
SetAutoSizeMode | Sets a value indicating how a control will behave when its AutoSize property is enabled. (Унаследован от Control) |
SetBounds(Int32, Int32, Int32, Int32) | Sets the bounds of the control to the specified location and size. (Унаследован от Control) |
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | Sets the specified bounds of the control to the specified location and size. (Унаследован от Control) |
SetBoundsCore | Performs the work of setting the specified bounds of this control. (Унаследован от Control) |
SetClientSizeCore | Sets the size of the client area of the control. (Унаследован от Control) |
SetStyle | Sets a specified ControlStyles flag to either or . (Унаследован от Control) |
SetTopLevel | Sets the control as the top-level control. (Унаследован от Control) |
SetVisibleCore | Sets the control to the specified visible state. (Унаследован от Control) |
Show | Displays the control to the user. (Унаследован от Control) |
ShowPageSetupDialog | Opens the Internet Explorer Page Setup dialog box. (Унаследован от WebBrowser) |
ShowPrintDialog | Opens the Internet Explorer Print dialog box without setting header and footer values. (Унаследован от WebBrowser) |
ShowPrintPreviewDialog | Opens the Internet Explorer Print Preview dialog box. (Унаследован от WebBrowser) |
ShowPropertiesDialog | Opens the Internet Explorer Properties dialog box for the current document. (Унаследован от WebBrowser) |
ShowSaveAsDialog | Opens the Internet Explorer Save Web Page dialog box or the Save dialog box of the hosted document if it is not an HTML page. (Унаследован от WebBrowser) |
SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (Унаследован от Control) |
Stop | Cancels any pending navigation and stops any dynamic page elements, such as background sounds and animations. (Унаследован от WebBrowser) |
SuspendLayout | Temporarily suspends the layout logic for the control. (Унаследован от Control) |
Update | Causes the control to redraw the invalidated regions within its client area. (Унаследован от Control) |
UpdateBounds | Updates the bounds of the control with the current size and location. (Унаследован от Control) |
UpdateBounds(Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size and location. (Унаследован от Control) |
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size, location, and client size. (Унаследован от Control) |
UpdateStyles | Forces the assigned styles to be reapplied to the control. (Унаследован от Control) |
UpdateZOrder | Updates the control in its parent's z-order. (Унаследован от Control) |
WndProc | Processes Windows messages. (Унаследован от WebBrowser) |
AutoSizeChanged | This event is not relevant for this class. (Унаследован от Control) |
BackColorChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
BackgroundImageChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
BackgroundImageLayoutChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
BindingContextChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
CanGoBackChanged | Occurs when the CanGoBack property value changes. (Унаследован от WebBrowser) |
CanGoForwardChanged | Occurs when the CanGoForward property value changes. (Унаследован от WebBrowser) |
CausesValidationChanged | Occurs when the value of the CausesValidation property changes. (Унаследован от Control) |
ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (Унаследован от WebBrowserBase) |
Click | This event is not supported by this control. (Унаследован от WebBrowserBase) |
ClientSizeChanged | Occurs when the value of the ClientSize property changes. (Унаследован от Control) |
ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. (Унаследован от Control) |
ControlAdded | Occurs when a new control is added to the ControlControlCollection. (Унаследован от Control) |
ControlRemoved | Occurs when a control is removed from the ControlControlCollection. (Унаследован от Control) |
CursorChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
DataContextChanged | Occurs when the value of the DataContext property changes. (Унаследован от Control) |
DockChanged | Occurs when the value of the Dock property changes. (Унаследован от Control) |
DocumentCompleted | Occurs when the WebBrowser control finishes loading a document. (Унаследован от WebBrowser) |
DocumentTitleChanged | Occurs when the DocumentTitle property value changes. (Унаследован от WebBrowser) |
DoubleClick | This event is not supported by this control. (Унаследован от WebBrowserBase) |
DpiChangedAfterParent | Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. (Унаследован от Control) |
DpiChangedBeforeParent | Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. (Унаследован от Control) |
DragDrop | This event is not supported by this control. (Унаследован от WebBrowserBase) |
DragEnter | This event is not supported by this control. (Унаследован от WebBrowserBase) |
DragLeave | This event is not supported by this control. (Унаследован от WebBrowserBase) |
DragOver | This event is not supported by this control. (Унаследован от WebBrowserBase) |
EnabledChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
EncryptionLevelChanged | Occurs when the WebBrowser control navigates to or away from a Web site that uses encryption. (Унаследован от WebBrowser) |
Enter | This event is not supported by this control. (Унаследован от WebBrowserBase) |
FileDownload | Occurs when the WebBrowser control downloads a file. (Унаследован от WebBrowser) |
FontChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
ForeColorChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
GiveFeedback | This event is not supported by this control. (Унаследован от WebBrowserBase) |
GotFocus | Occurs when the control receives focus. (Унаследован от Control) |
HandleCreated | Occurs when a handle is created for the control. (Унаследован от Control) |
HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (Унаследован от Control) |
HelpRequested | This event is not supported by this control. (Унаследован от WebBrowserBase) |
ImeModeChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
Invalidated | Occurs when a control's display requires redrawing. (Унаследован от Control) |
KeyDown | This event is not supported by this control. (Унаследован от WebBrowserBase) |
KeyPress | This event is not supported by this control. (Унаследован от WebBrowserBase) |
KeyUp | This event is not supported by this control. (Унаследован от WebBrowserBase) |
Layout | This event is not supported by this control. (Унаследован от WebBrowserBase) |
Leave | This event is not supported by this control. (Унаследован от WebBrowserBase) |
LocationChanged | Occurs when the Location property value has changed. (Унаследован от Control) |
LostFocus | Occurs when the control loses focus. (Унаследован от Control) |
MarginChanged | Occurs when the control's margin changes. (Унаследован от Control) |
MouseCaptureChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseClick | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseDoubleClick | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseDown | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseEnter | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseHover | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseLeave | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseMove | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseUp | This event is not supported by this control. (Унаследован от WebBrowserBase) |
MouseWheel | This event is not supported by this control. (Унаследован от WebBrowserBase) |
Move | Occurs when the control is moved. (Унаследован от Control) |
Navigated | Occurs when the WebBrowser control has navigated to a new document and has begun loading it. (Унаследован от WebBrowser) |
Navigating | Occurs before the WebBrowser control navigates to a new document. (Унаследован от WebBrowser) |
NewWindow | Occurs before a new browser window is opened. (Унаследован от WebBrowser) |
PaddingChanged | Occurs when the value of the Padding property changes. (Унаследован от WebBrowser) |
Paint | This event is not supported by this control. (Унаследован от WebBrowserBase) |
ParentChanged | Occurs when the Parent property value changes. (Унаследован от Control) |
PreviewKeyDown | Occurs before the KeyDown event when a key is pressed while focus is on this control. (Унаследован от Control) |
ProgressChanged | Occurs when the WebBrowser control has updated information on the download progress of a document it is navigating to. (Унаследован от WebBrowser) |
QueryAccessibilityHelp | This event is not supported by this control. (Унаследован от WebBrowserBase) |
QueryContinueDrag | This event is not supported by this control. (Унаследован от WebBrowserBase) |
RegionChanged | Occurs when the value of the Region property changes. (Унаследован от Control) |
Resize | Occurs when the control is resized. (Унаследован от Control) |
RightToLeftChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
SizeChanged | Occurs when the Size property value changes. (Унаследован от Control) |
StatusTextChanged | Occurs when the StatusText property value changes. (Унаследован от WebBrowser) |
StyleChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
SystemColorsChanged | Occurs when the system colors change. (Унаследован от Control) |
TabIndexChanged | Occurs when the TabIndex property value changes. (Унаследован от Control) |
TabStopChanged | Occurs when the TabStop property value changes. (Унаследован от Control) |
TextChanged | This event is not supported by this control. (Унаследован от WebBrowserBase) |
Validated | Occurs when the control is finished validating. (Унаследован от Control) |
Validating | Occurs when the control is validating. (Унаследован от Control) |
VisibleChanged | Occurs when the Visible property value changes. (Унаследован от Control) |