Click or drag to resize

ChromiumWebBrowserDesigner Class

Version 130.1.90
ChromiumWebBrowser Control Designer
Inheritance Hierarchy
SystemObject
  System.ComponentModel.DesignComponentDesigner
    System.Windows.Forms.DesignControlDesigner
      CefSharp.WinFormsChromiumWebBrowserDesigner

Namespace: CefSharp.WinForms
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public class ChromiumWebBrowserDesigner : ControlDesigner

The ChromiumWebBrowserDesigner type exposes the following members.

Constructors
 NameDescription
Public methodChromiumWebBrowserDesignerInitializes a new instance of the ChromiumWebBrowserDesigner class
Top
Properties
 NameDescription
Public propertyAccessibilityObjectGets the AccessibleObject assigned to the control.
(Inherited from ControlDesigner)
Public propertyActionListsGets the design-time action lists supported by the component associated with the designer.
(Inherited from ComponentDesigner)
Public propertyAssociatedComponentsGets the collection of components associated with the component managed by the designer.
(Inherited from ControlDesigner)
Public propertyAutoResizeHandlesGets or sets a value indicating whether resize handle allocation depends on the value of the AutoSize property.
(Inherited from ControlDesigner)
Protected propertyBehaviorServiceGets the BehaviorService from the design environment.
(Inherited from ControlDesigner)
Public propertyComponentGets the component this designer is designing.
(Inherited from ComponentDesigner)
Public propertyControlGets the control that the designer is designing.
(Inherited from ControlDesigner)
Protected propertyEnableDragRectGets a value indicating whether drag rectangles can be drawn on this designer component.
(Inherited from ControlDesigner)
Protected propertyInheritanceAttributeGets the InheritanceAttribute of the designer.
(Inherited from ControlDesigner)
Protected propertyInheritedGets a value indicating whether this component is inherited.
(Inherited from ComponentDesigner)
Protected propertyParentComponentGets the parent component for the ControlDesigner.
(Inherited from ControlDesigner)
Public propertyParticipatesWithSnapLinesGets a value indicating whether the ControlDesigner will allow snapline alignment during a drag operation.
(Inherited from ControlDesigner)
Public propertySelectionRulesGets the selection rules that indicate the movement capabilities of a component.
(Inherited from ControlDesigner)
Protected propertyShadowPropertiesGets a collection of property values that override user settings.
(Inherited from ComponentDesigner)
Public propertySnapLinesGets a list of SnapLine objects representing significant alignment points for this control.
(Inherited from ControlDesigner)
Public propertyVerbsGets the design-time verbs supported by the component that is associated with the designer.
(Inherited from ComponentDesigner)
Top
Methods
 NameDescription
Protected methodBaseWndProcProcesses Windows messages.
(Inherited from ControlDesigner)
Public methodCanBeParentedToIndicates if this designer's control can be parented by the control of the specified designer.
(Inherited from ControlDesigner)
Protected methodDefWndProcProvides default processing for Windows messages.
(Inherited from ControlDesigner)
Protected methodDisplayErrorDisplays information about the specified exception to the user.
(Inherited from ControlDesigner)
Public methodDisposeReleases all resources used by the ComponentDesigner.
(Inherited from ComponentDesigner)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the ControlDesigner and optionally releases the managed resources.
(Inherited from ControlDesigner)
Public methodDoDefaultActionCreates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location.
(Inherited from ComponentDesigner)
Protected methodEnableDesignModeEnables design time functionality for a child control.
(Inherited from ControlDesigner)
Protected methodEnableDragDropEnables or disables drag-and-drop support for the control being designed.
(Inherited from ControlDesigner)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAttempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
(Inherited from ComponentDesigner)
Protected methodGetControlGlyphReturns a ControlBodyGlyph representing the bounds of this control.
(Inherited from ControlDesigner)
Public methodGetGlyphsGets a collection of Glyph objects representing the selection borders and grab handles for a standard control.
(Inherited from ControlDesigner)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetHitTestIndicates whether a mouse click at the specified point should be handled by the control.
(Inherited from ControlDesigner)
Protected methodGetServiceAttempts to retrieve the specified type of service from the design mode site of the designer's component.
(Inherited from ComponentDesigner)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodHookChildControlsRoutes messages from the child controls of the specified control to the designer.
(Inherited from ControlDesigner)
Public methodInitializeInitializes the designer with the specified component.
(Inherited from ControlDesigner)
Public methodInitializeExistingComponentRe-initializes an existing component.
(Inherited from ControlDesigner)
Public methodInitializeNewComponentInitializes a newly created component.
(Inherited from ControlDesigner)
Public methodInitializeNonDefaultObsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
(Inherited from ComponentDesigner)
Public methodInternalControlDesignerReturns the internal control designer with the specified index in the ControlDesigner.
(Inherited from ControlDesigner)
Protected methodInvokeGetInheritanceAttributeGets the InheritanceAttribute of the specified ComponentDesigner.
(Inherited from ComponentDesigner)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNumberOfInternalControlDesignersReturns the number of internal control designers in the ControlDesigner.
(Inherited from ControlDesigner)
Protected methodOnContextMenuShows the context menu and provides an opportunity to perform additional processing when the context menu is about to be displayed.
(Inherited from ControlDesigner)
Protected methodOnCreateHandleProvides an opportunity to perform additional processing immediately after the control handle has been created.
(Inherited from ControlDesigner)
Protected methodOnDragCompleteReceives a call to clean up a drag-and-drop operation.
(Inherited from ControlDesigner)
Protected methodOnDragDropReceives a call when a drag-and-drop object is dropped onto the control designer view.
(Inherited from ControlDesigner)
Protected methodOnDragEnterReceives a call when a drag-and-drop operation enters the control designer view.
(Inherited from ControlDesigner)
Protected methodOnDragLeaveReceives a call when a drag-and-drop operation leaves the control designer view.
(Inherited from ControlDesigner)
Protected methodOnDragOverReceives a call when a drag-and-drop object is dragged over the control designer view.
(Inherited from ControlDesigner)
Protected methodOnGiveFeedbackReceives a call when a drag-and-drop operation is in progress to provide visual cues based on the location of the mouse while a drag operation is in progress.
(Inherited from ControlDesigner)
Protected methodOnMouseDragBeginReceives a call in response to the left mouse button being pressed and held while over the component.
(Inherited from ControlDesigner)
Protected methodOnMouseDragEndReceives a call at the end of a drag-and-drop operation to complete or cancel the operation.
(Inherited from ControlDesigner)
Protected methodOnMouseDragMoveReceives a call for each movement of the mouse during a drag-and-drop operation.
(Inherited from ControlDesigner)
Protected methodOnMouseEnterReceives a call when the mouse first enters the control.
(Inherited from ControlDesigner)
Protected methodOnMouseHoverReceives a call after the mouse hovers over the control.
(Inherited from ControlDesigner)
Protected methodOnMouseLeaveReceives a call when the mouse first enters the control.
(Inherited from ControlDesigner)
Protected methodOnPaintAdornments Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
(Overrides ControlDesignerOnPaintAdornments(PaintEventArgs))
Public methodOnSetComponentDefaultsObsolete.
Called when the designer is intialized.
(Inherited from ControlDesigner)
Protected methodOnSetCursorReceives a call each time the cursor needs to be set.
(Inherited from ControlDesigner)
Protected methodPostFilterAttributesAllows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner)
Protected methodPostFilterEventsAllows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner)
Protected methodPostFilterPropertiesAllows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner)
Protected methodPreFilterAttributesAllows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner)
Protected methodPreFilterEventsAllows a designer to add to the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner)
Protected methodPreFilterProperties Adjusts the set of properties the component exposes through a TypeDescriptor.
(Overrides ControlDesignerPreFilterProperties(IDictionary))
Protected methodRaiseComponentChangedNotifies the IComponentChangeService that this component has been changed.
(Inherited from ComponentDesigner)
Protected methodRaiseComponentChangingNotifies the IComponentChangeService that this component is about to be changed.
(Inherited from ComponentDesigner)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUnhookChildControlsRoutes messages for the children of the specified control to each control rather than to a parent designer.
(Inherited from ControlDesigner)
Protected methodWndProcProcesses Windows messages and optionally routes them to the control.
(Inherited from ControlDesigner)
Top
Fields
 NameDescription
Protected fieldaccessibilityObjSpecifies the accessibility object for the designer.
(Inherited from ControlDesigner)
Top
See Also