System.Windows.Forms.Design.ControlDesigner: Property Members

The properties of System.Windows.Forms.Design.ControlDesigner are listed below. For a list of all members, see the ControlDesigner Members list.

See Also: Inherited members from System.ComponentModel.Design.ComponentDesigner

Public Properties

[read-only]
AccessibilityObjectSystem.Windows.Forms.AccessibleObject.

Gets the System.Windows.Forms.AccessibleObject assigned to the control.

[read-only]
override
AssociatedComponentsICollection.

Gets the collection of components associated with the component managed by the designer.

AutoResizeHandlesbool.

Gets or sets a value indicating whether resize handle allocation depends on the value of the System.Windows.Forms.Control.AutoSize property.

[read-only]
ControlSystem.Windows.Forms.Control.

Gets the control that the designer is designing.

[read-only]
ParticipatesWithSnapLinesbool.

Gets a value indicating whether the System.Windows.Forms.Design.ControlDesigner will allow snapline alignment during a drag operation.

[read-only]
SelectionRulesSelectionRules.

Gets the selection rules that indicate the movement capabilities of a component.

[read-only]
SnapLinesIList.

Gets a list of System.Windows.Forms.Design.Behavior.SnapLine objects representing significant alignment points for this control.

Protected Properties

[read-only]
BehaviorServiceSystem.Windows.Forms.Design.Behavior.BehaviorService.

Gets the System.Windows.Forms.Design.Behavior.BehaviorService from the design environment.

[read-only]
EnableDragRectbool.

Gets a value indicating whether drag rectangles can be drawn on this designer component.

[read-only]
override
InheritanceAttributeSystem.ComponentModel.InheritanceAttribute.

Gets the System.ComponentModel.InheritanceAttribute of the designer.

[read-only]
override
ParentComponentSystem.ComponentModel.IComponent.

Gets the parent component for the System.Windows.Forms.Design.ControlDesigner.