Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
WebBrowser Class
 WebBrowser Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
WebBrowser Members

Enables the user to navigate Web pages inside your form.

The WebBrowser type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkWebBrowser Initializes a new instance of the WebBrowser class.
Top
  NameDescription
Protected methodAccessibilityNotifyClientsOverloaded. Notifies the accessibility client applications of AccessibleEvents.
Protected methodAttachInterfacesInfrastructure. Called by the control when the underlying ActiveX control is created. (Overrides WebBrowserBase..::.AttachInterfaces(Object).)
Public methodSupported by the .NET Compact FrameworkBeginInvokeOverloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public methodSupported by the .NET Compact FrameworkBringToFrontBrings the control to the front of the z-order. (Inherited from Control.)
Public methodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.)
Protected methodCreateAccessibilityInstanceCreates a new accessibility object for the control. (Inherited from Control.)
Public methodCreateControlForces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from Control.)
Public methodCreateGraphicsCreates the Graphics for the control. (Inherited from Control.)
Protected methodCreateHandleCreates a handle for the control. (Inherited from Control.)
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Protected methodCreateSink Associates the underlying ActiveX control with a client that can handle control events. (Overrides WebBrowserBase..::.CreateSink()()().)
Protected methodCreateWebBrowserSiteBase Returns a reference to the unmanaged WebBrowser ActiveX control site, which you can extend to customize the managed WebBrowser control. (Overrides WebBrowserBase..::.CreateWebBrowserSiteBase()()().)
Protected methodDefWndProcSends the specified message to the default window procedure. (Inherited from Control.)
Protected methodDestroyHandleDestroys the handle associated with the control. (Inherited from Control.)
Protected methodDetachInterfacesInfrastructure. Called by the control when the underlying ActiveX control is discarded. (Overrides WebBrowserBase..::.DetachInterfaces()()().)
Protected methodDetachSink Releases the event-handling client attached in the CreateSink method from the underlying ActiveX control. (Overrides WebBrowserBase..::.DetachSink()()().)
Public methodSupported by the .NET Compact FrameworkDisposeOverloaded. Releases all the resources used by the control.
Public methodDoDragDropBegins a drag-and-drop operation. (Inherited from Control.)
Public methodDrawToBitmapInfrastructure. This method is not supported by this control. (Inherited from WebBrowserBase.)
Public methodSupported by the .NET Compact FrameworkEndInvokeRetrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Public methodFindFormRetrieves the form that the control is on. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkFocusSets input focus to the control. (Inherited from Control.)
Protected methodGetAccessibilityObjectByIdRetrieves the specified AccessibleObject. (Inherited from Control.)
Protected methodGetAutoSizeModeRetrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodGetChildAtPointOverloaded. Retrieves the child control at a specified location.
Public methodGetContainerControlReturns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from Control.)
Public methodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from Control.)
Protected methodGetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Protected methodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from Control.)
Protected methodGetTopLevelDetermines if the control is a top-level control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGoBack Navigates the WebBrowser control to the previous page in the navigation history, if one is available.
Public methodSupported by the .NET Compact FrameworkGoForward Navigates the WebBrowser control to the next page in the navigation history, if one is available.
Public methodGoHome Navigates the WebBrowser control to the home page of the current user.
Public methodGoSearch Navigates the WebBrowser control to the default search page of the current user.
Public methodSupported by the .NET Compact FrameworkHideConceals the control from the user. (Inherited from Control.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodInitLayoutCalled after the control has been added to another container. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkInvalidateOverloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control.
Public methodSupported by the .NET Compact FrameworkInvokeOverloaded. Executes a delegate on the thread that owns the control's underlying window handle.
Protected methodInvokeGotFocusRaises the GotFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeLostFocusRaises the LostFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeOnClickRaises the Click event for the specified control. (Inherited from Control.)
Protected methodInvokePaintRaises the Paint event for the specified control. (Inherited from Control.)
Protected methodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from Control.)
Protected methodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from WebBrowserBase.)
Protected methodIsInputKeyDetermines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneOverloaded.
Public methodSupported by the .NET Compact FrameworkNavigateOverloaded. Loads the document at the specified location into the WebBrowser control.
Protected methodNotifyInvalidateInfrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.)
Protected methodOnAutoSizeChangedRaises the AutoSizeChanged event. (Inherited from Control.)
Protected methodOnBackColorChangedRaises the BackColorChanged event. (Inherited from WebBrowserBase.)
Protected methodOnBackgroundImageChangedRaises the BackgroundImageChanged event. (Inherited from Control.)
Protected methodOnBackgroundImageLayoutChangedRaises the BackgroundImageLayoutChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnBindingContextChangedRaises the BindingContextChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnCanGoBackChanged Raises the CanGoBackChanged event.
Protected methodSupported by the .NET Compact FrameworkOnCanGoForwardChanged Raises the CanGoForwardChanged event.
Protected methodOnCausesValidationChangedRaises the CausesValidationChanged event. (Inherited from Control.)
Protected methodOnChangeUICuesRaises the ChangeUICues event. (Inherited from Control.)
Protected methodOnClickRaises the Click event. (Inherited from Control.)
Protected methodOnClientSizeChangedRaises the ClientSizeChanged event. (Inherited from Control.)
Protected methodOnContextMenuChangedRaises the ContextMenuChanged event. (Inherited from Control.)
Protected methodOnContextMenuStripChangedRaises the ContextMenuStripChanged event. (Inherited from Control.)
Protected methodOnControlAddedRaises the ControlAdded event. (Inherited from Control.)
Protected methodOnControlRemovedRaises the ControlRemoved event. (Inherited from Control.)
Protected methodOnCreateControlRaises the CreateControl method. (Inherited from Control.)
Protected methodOnCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnDockChangedRaises the DockChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnDocumentCompleted Raises the DocumentCompleted event.
Protected methodOnDocumentTitleChanged Raises the DocumentTitleChanged event.
Protected methodSupported by the .NET Compact FrameworkOnDoubleClickRaises the DoubleClick event. (Inherited from Control.)
Protected methodOnDragDropRaises the DragDrop event. (Inherited from Control.)
Protected methodOnDragEnterRaises the DragEnter event. (Inherited from Control.)
Protected methodOnDragLeaveRaises the DragLeave event. (Inherited from Control.)
Protected methodOnDragOverRaises the DragOver event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnEnabledChangedRaises the EnabledChanged event. (Inherited from Control.)
Protected methodOnEncryptionLevelChanged Raises the EncryptionLevelChanged event.
Protected methodOnEnterRaises the Enter event. (Inherited from Control.)
Protected methodOnFileDownload Raises the FileDownload event.
Protected methodOnFontChangedRaises the FontChanged event. (Inherited from WebBrowserBase.)
Protected methodOnForeColorChangedRaises the ForeColorChanged event. (Inherited from WebBrowserBase.)
Protected methodOnGiveFeedbackRaises the GiveFeedback event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnGotFocusOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleCreatedOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleDestroyedRaises the HandleDestroyed event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnHelpRequestedRaises the HelpRequested event. (Inherited from Control.)
Protected methodOnImeModeChangedRaises the ImeModeChanged event. (Inherited from Control.)
Protected methodOnInvalidatedRaises the Invalidated event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyDownRaises the KeyDown event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyPressRaises the KeyPress event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyUpRaises the KeyUp event. (Inherited from Control.)
Protected methodOnLayoutRaises the Layout event. (Inherited from Control.)
Protected methodOnLeaveRaises the Leave event. (Inherited from Control.)
Protected methodOnLocationChangedRaises the LocationChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnLostFocusOverloaded.
Protected methodOnMarginChangedRaises the MarginChanged event. (Inherited from Control.)
Protected methodOnMouseCaptureChangedRaises the MouseCaptureChanged event. (Inherited from Control.)
Protected methodOnMouseClickRaises the MouseClick event. (Inherited from Control.)
Protected methodOnMouseDoubleClickRaises the MouseDoubleClick event. (Inherited from Control.)
Protected methodOnMouseDownRaises the MouseDown event. (Inherited from Control.)
Protected methodOnMouseEnterRaises the MouseEnter event. (Inherited from Control.)
Protected methodOnMouseHoverRaises the MouseHover event. (Inherited from Control.)
Protected methodOnMouseLeaveRaises the MouseLeave event. (Inherited from Control.)
Protected methodOnMouseMoveRaises the MouseMove event. (Inherited from Control.)
Protected methodOnMouseUpRaises the MouseUp event. (Inherited from Control.)
Protected methodOnMouseWheelRaises the MouseWheel event. (Inherited from Control.)
Protected methodOnMoveRaises the Move event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnNavigated Raises the Navigated event.
Protected methodSupported by the .NET Compact FrameworkOnNavigating Raises the Navigating event.
Protected methodOnNewWindow Raises the NewWindow event.
Protected methodOnNotifyMessageNotifies the control of Windows messages. (Inherited from Control.)
Protected methodOnPaddingChangedRaises the PaddingChanged event. (Inherited from Control.)
Protected methodOnPaintRaises the Paint event. (Inherited from Control.)
Protected methodOnPaintBackgroundPaints the background of the control. (Inherited from Control.)
Protected methodOnParentBackColorChangedRaises the BackColorChanged event when the BackColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBackgroundImageChangedRaises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBindingContextChangedRaises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnParentChangedOverloaded.
Protected methodOnParentCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnParentEnabledChangedRaises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentFontChangedRaises the FontChanged event when the Font property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentForeColorChangedRaises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentRightToLeftChangedRaises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentVisibleChangedRaises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control.)
Protected methodOnPreviewKeyDownRaises the PreviewKeyDown event. (Inherited from Control.)
Protected methodOnPrintRaises the Paint event. (Inherited from Control.)
Protected methodOnProgressChanged Raises the ProgressChanged event.
Protected methodOnQueryContinueDragRaises the QueryContinueDrag event. (Inherited from Control.)
Protected methodOnRegionChangedRaises the RegionChanged event. (Inherited from Control.)
Protected methodOnResizeRaises the Resize event. (Inherited from Control.)
Protected methodOnRightToLeftChangedInfrastructure. This method is not meaningful for this control. (Inherited from WebBrowserBase.)
Protected methodOnSizeChangedRaises the SizeChanged event. (Inherited from Control.)
Protected methodOnStatusTextChanged Raises the StatusTextChanged event.
Protected methodOnStyleChangedRaises the StyleChanged event. (Inherited from Control.)
Protected methodOnSystemColorsChangedRaises the SystemColorsChanged event. (Inherited from Control.)
Protected methodOnTabIndexChangedRaises the TabIndexChanged event. (Inherited from Control.)
Protected methodOnTabStopChangedRaises the TabStopChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnTextChangedRaises the TextChanged event. (Inherited from Control.)
Protected methodOnValidatedRaises the Validated event. (Inherited from Control.)
Protected methodOnValidatingRaises the Validating event. (Inherited from Control.)
Protected methodOnVisibleChanged This member overrides Control..::.OnVisibleChanged. (Inherited from WebBrowserBase.)
Public methodPerformLayoutOverloaded. Forces the control to apply layout logic to child controls.
Public methodSupported by the .NET Compact FrameworkPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from Control.)
Public methodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Public methodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from WebBrowserBase.)
Public methodPrint Prints the document currently displayed in the WebBrowser control using the current print and page settings.
Protected methodProcessCmdKeyProcesses a command key. (Inherited from Control.)
Protected methodProcessDialogCharProcesses a dialog character. (Inherited from Control.)
Protected methodProcessDialogKeyOverloaded.
Protected methodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from Control.)
Protected methodProcessKeyMessageProcesses a keyboard message. (Inherited from Control.)
Protected methodProcessKeyPreviewPreviews a keyboard message. (Inherited from Control.)
Protected methodProcessMnemonicProcesses a mnemonic character. (Inherited from WebBrowserBase.)
Protected methodRaiseDragEventRaises the appropriate drag event. (Inherited from Control.)
Protected methodRaiseKeyEventRaises the appropriate key event. (Inherited from Control.)
Protected methodRaiseMouseEventRaises the appropriate mouse event. (Inherited from Control.)
Protected methodRaisePaintEventRaises the appropriate paint event. (Inherited from Control.)
Protected methodRecreateHandleForces the re-creation of the handle for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRefreshOverloaded. Reloads the document currently displayed in the WebBrowser control.
Public methodResetBackColorResets the BackColor property to its default value. (Inherited from Control.)
Public methodResetBindingsCauses a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from Control.)
Public methodResetCursorResets the Cursor property to its default value. (Inherited from Control.)
Public methodResetFontResets the Font property to its default value. (Inherited from Control.)
Public methodResetForeColorResets the ForeColor property to its default value. (Inherited from Control.)
Public methodResetImeModeResets the ImeMode property to its default value. (Inherited from Control.)
Protected methodResetMouseEventArgsInfrastructure. Resets the control to handle the MouseLeave event. (Inherited from Control.)
Public methodResetRightToLeftResets the RightToLeft property to its default value. (Inherited from Control.)
Public methodResetTextResets the Text property to its default value. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkResumeLayoutOverloaded. Resumes the usual layout logic.
Protected methodRtlTranslateAlignmentOverloaded. Converts the current alignment to the appropriate alignment to support right-to-left text.
Protected methodRtlTranslateContentConverts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateHorizontalConverts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateLeftRightConverts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkScaleOverloaded. Scales the control and any child controls.
Protected methodSupported by the .NET Compact FrameworkScaleControlScales a control's location, size, padding and margin. (Inherited from Control.)
Protected methodScaleCoreInfrastructure. This method is not relevant for this class. (Inherited from Control.)
Public methodSelectOverloaded. Activates a control.
Public methodSupported by the .NET Compact FrameworkSelectNextControlActivates the next control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSendToBackSends the control to the back of the z-order. (Inherited from Control.)
Protected methodSetAutoSizeModeSets a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodSetBoundsOverloaded. Sets the bounds of the control.
Protected methodSetBoundsCorePerforms the work of setting the specified bounds of this control. (Inherited from Control.)
Protected methodSetClientSizeCoreSets the size of the client area of the control. (Inherited from Control.)
Protected methodSetStyleSets a specified ControlStyles flag to either true or false. (Inherited from Control.)
Protected methodSetTopLevelSets the control as the top-level control. (Inherited from Control.)
Protected methodSetVisibleCoreSets the control to the specified visible state. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkShowDisplays the control to the user. (Inherited from Control.)
Public methodShowPageSetupDialog Opens the Internet Explorer Page Setup dialog box.
Public methodShowPrintDialog Opens the Internet Explorer Print dialog box without setting header and footer values.
Public methodShowPrintPreviewDialog Opens the Internet Explorer Print Preview dialog box.
Public methodShowPropertiesDialog Opens the Internet Explorer Properties dialog box for the current document.
Public methodShowSaveAsDialog 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.
Protected methodSizeFromClientSizeDetermines the size of the entire control from the height and width of its client area. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkStop Cancels any pending navigation and stops any dynamic page elements, such as background sounds and animations.
Public methodSupported by the .NET Compact FrameworkSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from Control.)
Protected methodUpdateBoundsOverloaded. Updates the bounds of the control.
Protected methodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from Control.)
Protected methodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from Control.)
Protected methodWndProc This member overrides WndProc. (Overrides WebBrowserBase..::.WndProc(Message%).)
Top
  NameDescription
Public propertyAccessibilityObjectGets the AccessibleObject assigned to the control. (Inherited from Control.)
Public propertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleRoleGets or sets the accessible role of the control (Inherited from Control.)
Public propertyActiveXInstanceInfrastructure. Gets the underlying ActiveX WebBrowser control. (Inherited from WebBrowserBase.)
Public propertyAllowDropInfrastructure. This property is not supported by this control. (Inherited from WebBrowserBase.)
Public propertyAllowNavigation Gets or sets a value indicating whether the control can navigate to another page after its initial page has been loaded.
Public propertyAllowWebBrowserDrop Gets or sets a value indicating whether the WebBrowser control navigates to documents that are dropped onto it.
Public propertySupported by the .NET Compact FrameworkAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from Control.)
Public propertyAutoScrollOffsetGets or sets where this control is scrolled to in ScrollControlIntoView. (Inherited from Control.)
Public propertyAutoSizeInfrastructure. This property is not relevant for this class. (Inherited from Control.)
Public propertyBackColorOverloaded.
Public propertyBackgroundImageInfrastructure. This property is not supported by this control. (Inherited from WebBrowserBase.)
Public propertyBackgroundImageLayoutInfrastructure. This property is not supported by this control. (Inherited from WebBrowserBase.)
Public propertySupported by the .NET Compact FrameworkBindingContextGets or sets the BindingContext for the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from Control.)
Protected propertyCanEnableImeGets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from Control.)
Public propertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkCanGoBack Gets a value indicating whether a previous page in navigation history is available, which allows the GoBack method to succeed.
Public propertySupported by the .NET Compact FrameworkCanGoForward Gets a value indicating whether a subsequent page in navigation history is available, which allows the GoForward method to succeed.
Protected propertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from Control.)
Public propertyCanSelectGets a value indicating whether the control can be selected. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.)
Public propertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkClientRectangleGets the rectangle that represents the client area of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkClientSizeGets or sets the height and width of the client area of the control. (Inherited from Control.)
Public propertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from Control.)
Public propertyContainer Gets the IContainer that contains the Component. (Inherited from Component.)
Public propertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkContextMenuGets or sets the shortcut menu associated with the control. (Inherited from Control.)
Public propertyContextMenuStripGets or sets the ContextMenuStrip associated with this control. (Inherited from Control.)
Public propertyControlsGets the collection of controls contained within the control. (Inherited from Control.)
Public propertyCreatedGets a value indicating whether the control has been created. (Inherited from Control.)
Protected propertyCreateParamsGets the required creation parameters when the control handle is created. (Inherited from Control.)
Public propertyCursorInfrastructure. This property is not supported by this control. (Inherited from WebBrowserBase.)
Public propertySupported by the .NET Compact FrameworkDataBindingsGets the data bindings for the control. (Inherited from Control.)
Protected propertyDefaultCursorGets or sets the default cursor for the control. (Inherited from Control.)
Protected propertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control. (Inherited from Control.)
Protected propertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from Control.)
Protected propertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control.)
Protected propertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from Control.)
Protected propertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from Control.)
Protected propertyDefaultSize (Overrides WebBrowserBase..::.DefaultSize.)
Protected propertyDesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public propertyDisplayRectangleGets the rectangle that represents the display area of the control. (Inherited from Control.)
Public propertyDisposingGets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from Control.)
Public propertyDocument Gets an HtmlDocument representing the Web page currently displayed in the WebBrowser control.
Public propertyDocumentStream Gets or sets a stream containing the contents of the Web page displayed in the WebBrowser control.
Public propertySupported by the .NET Compact FrameworkDocumentText Gets or sets the HTML contents of the page displayed in the WebBrowser control.
Public propertyDocumentTitle Gets the title of the document currently displayed in the WebBrowser control.
Public propertyDocumentType Gets the type of the document currently displayed in the WebBrowser control.
Protected propertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkEnabledOverloaded.
Public propertyEncryptionLevel Gets a value indicating the encryption method used by the document currently displayed in the WebBrowser control.
Protected propertySupported by the .NET Compact FrameworkEvents Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkFocusedOverloaded.
Public propertyFontOverloaded.
Protected propertyFontHeightGets or sets the height of the font of the control. (Inherited from Control.)
Public propertyForeColorOverloaded.
Public propertySupported by the .NET Compact FrameworkHandleGets the window handle that the control is bound to. (Inherited from Control.)
Public propertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkHeightGets or sets the height of the control. (Inherited from Control.)
Public propertyImeModeInfrastructure. This property is not meaningful for this control. (Inherited from WebBrowserBase.)
Protected propertyImeModeBase (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkInvokeRequiredGets 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. (Inherited from Control.)
Public propertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkIsBusy Gets a value indicating whether the WebBrowser control is currently loading a new document.
Public propertySupported by the .NET Compact FrameworkIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from Control.)
Public propertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from Control.)
Public propertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkIsOffline Gets a value indicating whether the WebBrowser control is in offline mode.
Public propertyIsWebBrowserContextMenuEnabled Gets or a sets a value indicating whether the shortcut menu of the WebBrowser control is enabled.
Public propertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkLeftGets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from Control.)
Public propertyMarginGets or sets the space between controls. (Inherited from Control.)
Public propertyMaximumSizeGets or sets the size that is the upper limit that GetPreferredSize can specify. (Inherited from Control.)
Public propertyMinimumSizeGets or sets the size that is the lower limit that GetPreferredSize can specify. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkNameGets or sets the name of the control. (Inherited from Control.)
Public propertyObjectForScripting Gets or sets an object that can be accessed by scripting code that is contained within a Web page displayed in the WebBrowser control.
Public propertyPaddingInfrastructure. This property is not meaningful for this control.
Public propertySupported by the .NET Compact FrameworkParentGets or sets the parent container of the control. (Inherited from Control.)
Public propertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from Control.)
Public propertyProductNameGets the product name of the assembly containing the control. (Inherited from Control.)
Public propertyProductVersionGets the version of the assembly containing the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkReadyState Gets a value indicating the current state of the WebBrowser control.
Public propertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from Control.)
Public propertyRegionGets or sets the window region associated with the control. (Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete. This property is now obsolete. (Inherited from Control.)
Protected propertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from Control.)
Public propertyRightToLeftInfrastructure. This property is not supported by this control. (Inherited from WebBrowserBase.)
Protected propertySupported by the .NET Compact FrameworkScaleChildrenGets a value that determines the scaling of child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkScriptErrorsSuppressed Gets or sets a value indicating whether the WebBrowser displays dialog boxes such as script error messages.
Public propertyScrollBarsEnabled Gets or sets a value indicating whether scroll bars are displayed in the WebBrowser control.
Protected propertyShowFocusCuesGets a value indicating whether the control should display focus rectangles. (Inherited from Control.)
Protected propertyShowKeyboardCuesGets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkSiteOverloaded.
Public propertySupported by the .NET Compact FrameworkSizeGets or sets the height and width of the control. (Inherited from Control.)
Public propertyStatusText Gets the status text of the WebBrowser control.
Public propertySupported by the .NET Compact FrameworkTabIndexGets or sets the tab order of the control within its container. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTagGets or sets the object that contains data about the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTextOverloaded.
Public propertySupported by the .NET Compact FrameworkTopGets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkUrl Gets or sets the URL of the current document.
Public propertyUseWaitCursorInfrastructure. This property is not supported by this control. (Inherited from WebBrowserBase.)
Public propertyVersion Gets the version of Internet Explorer installed.
Public propertySupported by the .NET Compact FrameworkVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from Control.)
Public propertyWebBrowserShortcutsEnabled Gets or sets a value indicating whether keyboard shortcuts are enabled within the WebBrowser control.
Public propertySupported by the .NET Compact FrameworkWidthGets or sets the width of the control. (Inherited from Control.)
Public propertyWindowTargetInfrastructure. This property is not relevant for this class. (Inherited from Control.)
Top
  NameDescription
Public eventAutoSizeChangedInfrastructure. This event is not relevant for this class. (Inherited from Control.)
Public eventBackColorChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventBackgroundImageChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventBackgroundImageLayoutChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventBindingContextChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventSupported by the .NET Compact FrameworkCanGoBackChanged Occurs when the CanGoBack property value changes.
Public eventSupported by the .NET Compact FrameworkCanGoForwardChanged Occurs when the CanGoForward property value changes.
Public eventCausesValidationChangedOccurs when the value of the CausesValidation property changes. (Inherited from Control.)
Public eventChangeUICuesInfrastructure. Occurs when the focus or keyboard user interface (UI) cues change. (Inherited from WebBrowserBase.)
Public eventClickOverloaded.
Public eventClientSizeChangedOccurs when the value of the ClientSize property changes. (Inherited from Control.)
Public eventContextMenuChangedOccurs when the value of the ContextMenu property changes. (Inherited from Control.)
Public eventContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. (Inherited from Control.)
Public eventControlAddedOccurs when a new control is added to the Control..::.ControlCollection. (Inherited from Control.)
Public eventControlRemovedOccurs when a control is removed from the Control..::.ControlCollection. (Inherited from Control.)
Public eventCursorChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventSupported by the .NET Compact FrameworkDisposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public eventDockChangedOccurs when the value of the Dock property changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkDocumentCompleted Occurs when the WebBrowser control finishes loading a document.
Public eventDocumentTitleChanged Occurs when the DocumentTitle property value changes.
Public eventDoubleClickOverloaded.
Public eventDragDropInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventDragEnterInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventDragLeaveInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventDragOverInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventSupported by the .NET Compact FrameworkEnabledChangedOverloaded.
Public eventEncryptionLevelChanged Occurs when the WebBrowser control navigates to or away from a Web site that uses encryption.
Public eventEnterInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventFileDownload Occurs when the WebBrowser control downloads a file.
Public eventFontChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventForeColorChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventGiveFeedbackInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventSupported by the .NET Compact FrameworkGotFocusOccurs when the control receives focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleCreatedOccurs when a handle is created for the control. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from Control.)
Public eventHelpRequestedOverloaded.
Public eventImeModeChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventInvalidatedOccurs when a control's display requires redrawing. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyDownOverloaded.
Public eventSupported by the .NET Compact FrameworkKeyPressOverloaded.
Public eventSupported by the .NET Compact FrameworkKeyUpOverloaded.
Public eventLayoutInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventLeaveInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventLocationChangedOccurs when the Location property value has changed. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkLostFocusOccurs when the control loses focus. (Inherited from Control.)
Public eventMarginChangedOccurs when the control's margin changes. (Inherited from Control.)
Public eventMouseCaptureChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMouseClickInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMouseDoubleClickInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMouseDownOverloaded.
Public eventMouseEnterInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMouseHoverInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMouseLeaveInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMouseMoveOverloaded.
Public eventMouseUpOverloaded.
Public eventMouseWheelInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventMoveOccurs when the control is moved. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkNavigated Occurs when the WebBrowser control has navigated to a new document and has begun loading it.
Public eventSupported by the .NET Compact FrameworkNavigating Occurs before the WebBrowser control navigates to a new document.
Public eventNewWindow Occurs before a new browser window is opened.
Public eventPaddingChangedInfrastructure. Occurs when the value of the Padding property changes.
Public eventPaintOverloaded.
Public eventSupported by the .NET Compact FrameworkParentChangedOccurs when the Parent property value changes. (Inherited from Control.)
Public eventPreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. (Inherited from Control.)
Public eventProgressChanged Occurs when the WebBrowser control has updated information on the download progress of a document it is navigating to.
Public eventQueryAccessibilityHelpInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventQueryContinueDragInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventRegionChangedOccurs when the value of the Region property changes. (Inherited from Control.)
Public eventResizeOccurs when the control is resized. (Inherited from Control.)
Public eventRightToLeftChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventSizeChangedOccurs when the Size property value changes. (Inherited from Control.)
Public eventStatusTextChanged Occurs when the StatusText property value changes.
Public eventStyleChangedInfrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.)
Public eventSystemColorsChangedOccurs when the system colors change. (Inherited from Control.)
Public eventTabIndexChangedOccurs when the TabIndex property value changes. (Inherited from Control.)
Public eventTabStopChangedOccurs when the TabStop property value changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkTextChangedOverloaded.
Public eventSupported by the .NET Compact FrameworkValidatedOccurs when the control is finished validating. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkValidatingOccurs when the control is validating. (Inherited from Control.)
Public eventVisibleChangedOccurs when the Visible property value changes. (Inherited from Control.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragDropInfrastructure. Raises the DragDrop event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragEnterInfrastructure. Raises the DragEnter event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragLeaveInfrastructure. Raises the DragLeave event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragOverInfrastructure. Raises the DragOver event. (Inherited from Control.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
SetStausText do not explane what really do      PinkFloyd11   |   Edit   |   Show History

when you search which url is now being clicked you go to webbrowser1.document.
hope to find something like ".actual_url"

Instead for retrieve the actual url you must use SetStausText.


Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker