Click or drag to resize
WizardPageDesigner Class
Summary description for WizardPageDesigner.
Inheritance Hierarchy

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class WizardPageDesigner : ParentControlDesigner

The WizardPageDesigner type exposes the following members.

Constructors
  NameDescription
Public methodWizardPageDesigner
Initializes a new instance of the WizardPageDesigner class
Top
Properties
  NameDescription
Public propertyAccessibilityObject
Gets the AccessibleObject assigned to the control.
(Inherited from ControlDesigner.)
Public propertyActionLists
Gets the design-time action lists supported by the component associated with the designer.
(Inherited from ComponentDesigner.)
Protected propertyAllowControlLasso
Gets a value indicating whether selected controls will be re-parented.
(Inherited from ParentControlDesigner.)
Protected propertyAllowGenericDragBox
Gets a value indicating whether a generic drag box should be drawn when dragging a toolbox item over the designer's surface.
(Inherited from ParentControlDesigner.)
Protected propertyAllowSetChildIndexOnDrop
Gets a value indicating whether the z-order of dragged controls should be maintained when dropped on a ParentControlDesigner.
(Inherited from ParentControlDesigner.)
Public propertyAssociatedComponents
Gets the collection of components associated with the component managed by the designer.
(Inherited from ControlDesigner.)
Public propertyAutoResizeHandles
Gets or sets a value indicating whether resize handle allocation depends on the value of the AutoSize property.
(Inherited from ControlDesigner.)
Protected propertyBehaviorService
Gets the BehaviorService from the design environment.
(Inherited from ControlDesigner.)
Public propertyComponent
Gets the component this designer is designing.
(Inherited from ComponentDesigner.)
Public propertyControl
Gets the control that the designer is designing.
(Inherited from ControlDesigner.)
Protected propertyDefaultControlLocation
Gets the default location for a control added to the designer.
(Inherited from ParentControlDesigner.)
Protected propertyDrawGrid
Gets or sets a value indicating whether a grid should be drawn on the control for this designer.
(Inherited from ParentControlDesigner.)
Protected propertyEnableDragRect
Gets a value indicating whether drag rectangles are drawn by the designer.
(Inherited from ParentControlDesigner.)
Protected propertyGridSize
Gets or sets the size of each square of the grid that is drawn when the designer is in grid draw mode.
(Inherited from ParentControlDesigner.)
Protected propertyInheritanceAttribute
Gets the InheritanceAttribute of the designer.
(Inherited from ControlDesigner.)
Protected propertyInherited
Gets a value indicating whether this component is inherited.
(Inherited from ComponentDesigner.)
Protected propertyMouseDragTool
Gets a value indicating whether the designer has a valid tool during a drag operation.
(Inherited from ParentControlDesigner.)
Protected propertyParentComponent
Gets the parent component for the ControlDesigner.
(Inherited from ControlDesigner.)
Public propertyParticipatesWithSnapLines
Gets a value indicating whether the ControlDesigner will allow snapline alignment during a drag operation.
(Inherited from ControlDesigner.)
Public propertySelectionRules
Gets the selection rules that indicate the movement capabilities of a component.
(Inherited from ControlDesigner.)
Protected propertyShadowProperties
Gets a collection of property values that override user settings.
(Inherited from ComponentDesigner.)
Public propertySnapLines
Gets a list of SnapLine objects representing significant alignment points for this control.
(Inherited from ParentControlDesigner.)
Public propertyVerbs
No documentation supplied.
(Overrides ComponentDesignerVerbs.)
Top
Methods
  NameDescription
Protected methodAddPaddingSnapLines
Adds padding snaplines.
(Inherited from ParentControlDesigner.)
Protected methodBaseWndProc
Processes Windows messages.
(Inherited from ControlDesigner.)
Protected methodCanAddComponent
Called when a component is added to the parent container.
(Inherited from ParentControlDesigner.)
Public methodCanBeParentedTo
Indicates if this designer's control can be parented by the control of the specified designer.
(Inherited from ControlDesigner.)
Public methodCanParent(ControlDesigner)
Indicates whether the control managed by the specified designer can be a child of the control managed by this designer.
(Inherited from ParentControlDesigner.)
Public methodCanParent(Control)
Indicates whether the specified control can be a child of the control managed by this designer.
(Inherited from ParentControlDesigner.)
Protected methodCreateTool(ToolboxItem)
Creates a component or control from the specified tool and adds it to the current design document.
(Inherited from ParentControlDesigner.)
Protected methodCreateTool(ToolboxItem, Point)
Creates a component or control from the specified tool and adds it to the current design document at the specified location.
(Inherited from ParentControlDesigner.)
Protected methodCreateTool(ToolboxItem, Rectangle)
Creates a component or control from the specified tool and adds it to the current design document within the bounds of the specified rectangle.
(Inherited from ParentControlDesigner.)
Protected methodCreateToolCore
Provides core functionality for all the CreateTool(ToolboxItem) methods.
(Inherited from ParentControlDesigner.)
Protected methodDefWndProc
Provides default processing for Windows messages.
(Inherited from ControlDesigner.)
Protected methodDisplayError
Displays information about the specified exception to the user.
(Inherited from ControlDesigner.)
Public methodDispose
Releases all resources used by the ComponentDesigner.
(Inherited from ComponentDesigner.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ParentControlDesigner, and optionally releases the managed resources.
(Inherited from ParentControlDesigner.)
Public methodDoDefaultAction
Creates 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 methodEnableDesignMode
Enables design time functionality for a child control.
(Inherited from ControlDesigner.)
Protected methodEnableDragDrop
Enables or disables drag-and-drop support for the control being designed.
(Inherited from ControlDesigner.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
(Inherited from ComponentDesigner.)
Protected methodGetControl
Gets the control from the designer of the specified component.
(Inherited from ParentControlDesigner.)
Protected methodGetControlGlyph
Gets a body glyph that represents the bounds of the control.
(Inherited from ParentControlDesigner.)
Public methodGetGlyphs
Gets a collection of Glyph objects representing the selection borders and grab handles for a standard control.
(Inherited from ParentControlDesigner.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetHitTest
Indicates whether a mouse click at the specified point should be handled by the control.
(Inherited from ControlDesigner.)
Protected methodGetParentForComponent
Used by deriving classes to determine if it returns the control being designed or some other Container while adding a component to it.
(Inherited from ParentControlDesigner.)
Protected methodGetService
Attempts to retrieve the specified type of service from the design mode site of the designer's component.
(Inherited from ComponentDesigner.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetUpdatedRect
Updates the position of the specified rectangle, adjusting it for grid alignment if grid alignment mode is enabled.
(Inherited from ParentControlDesigner.)
Protected methodHookChildControls
Routes messages from the child controls of the specified control to the designer.
(Inherited from ControlDesigner.)
Public methodInitialize
Initializes the designer with the specified component.
(Inherited from ParentControlDesigner.)
Public methodInitializeExistingComponent
Re-initializes an existing component.
(Inherited from ControlDesigner.)
Public methodInitializeNewComponent (Inherited from ParentControlDesigner.)
Public methodInitializeNonDefault Obsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
(Inherited from ComponentDesigner.)
Public methodInternalControlDesigner
Returns the internal control designer with the specified index in the ControlDesigner.
(Inherited from ControlDesigner.)
Protected methodInvokeGetInheritanceAttribute
Gets the InheritanceAttribute of the specified ComponentDesigner.
(Inherited from ComponentDesigner.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNumberOfInternalControlDesigners
Returns the number of internal control designers in the ControlDesigner.
(Inherited from ControlDesigner.)
Protected methodOnContextMenu
Shows the context menu and provides an opportunity to perform additional processing when the context menu is about to be displayed.
(Inherited from ControlDesigner.)
Protected methodOnCreateHandle
Provides an opportunity to perform additional processing immediately after the control handle has been created.
(Inherited from ControlDesigner.)
Protected methodOnDragComplete
Called in order to clean up a drag-and-drop operation.
(Inherited from ParentControlDesigner.)
Protected methodOnDragDrop
Called when a drag-and-drop object is dropped onto the control designer view.
(Inherited from ParentControlDesigner.)
Protected methodOnDragEnter
Called when a drag-and-drop operation enters the control designer view.
(Inherited from ParentControlDesigner.)
Protected methodOnDragLeave
Called when a drag-and-drop operation leaves the control designer view.
(Inherited from ParentControlDesigner.)
Protected methodOnDragOver
Called when a drag-and-drop object is dragged over the control designer view.
(Inherited from ParentControlDesigner.)
Protected methodOnGiveFeedback
Receives 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 methodOnMouseDragBegin
Called in response to the left mouse button being pressed and held while over the component.
(Inherited from ParentControlDesigner.)
Protected methodOnMouseDragEnd
Called at the end of a drag-and-drop operation to complete or cancel the operation.
(Inherited from ParentControlDesigner.)
Protected methodOnMouseDragMove
Called for each movement of the mouse during a drag-and-drop operation.
(Inherited from ParentControlDesigner.)
Protected methodOnMouseEnter
Receives a call when the mouse first enters the control.
(Inherited from ControlDesigner.)
Protected methodOnMouseHover
Receives a call after the mouse hovers over the control.
(Inherited from ControlDesigner.)
Protected methodOnMouseLeave
Receives a call when the mouse first enters the control.
(Inherited from ControlDesigner.)
Protected methodOnPaintAdornments
Called 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.
(Inherited from ParentControlDesigner.)
Public methodOnSetComponentDefaults Obsolete.
Called when the designer is intialized.
(Inherited from ControlDesigner.)
Protected methodOnSetCursor
Provides an opportunity to change the current mouse cursor.
(Inherited from ParentControlDesigner.)
Protected methodPostFilterAttributes
Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPostFilterEvents
Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPostFilterProperties
Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPreFilterAttributes
Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPreFilterEvents
Allows 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 will expose through a TypeDescriptor.
(Inherited from ParentControlDesigner.)
Protected methodRaiseComponentChanged
Notifies the IComponentChangeService that this component has been changed.
(Inherited from ComponentDesigner.)
Protected methodRaiseComponentChanging
Notifies the IComponentChangeService that this component is about to be changed.
(Inherited from ComponentDesigner.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnhookChildControls
Routes messages for the children of the specified control to each control rather than to a parent designer.
(Inherited from ControlDesigner.)
Protected methodWndProc
Processes Windows messages and optionally routes them to the control.
(Inherited from ControlDesigner.)
Top
Fields
  NameDescription
Protected fieldaccessibilityObj
Specifies the accessibility object for the designer.
(Inherited from ControlDesigner.)
Top
See Also