System.Windows.Forms.Design.DocumentDesigner Members

The members of System.Windows.Forms.Design.DocumentDesigner are listed below.

See Also: Inherited members from System.Windows.Forms.Design.ScrollableControlDesigner

Public Constructors

Initializes a new instance of the System.Windows.Forms.Design.DocumentDesigner class.

Protected Fields

menuEditorServiceIMenuEditorService.

Initializes the menuEditorService variable to null.

Public Properties

[read-only]
override
SelectionRulesSelectionRules.

Gets the System.Windows.Forms.Design.SelectionRules for the designer.

Public Methods

override
GetGlyphs(System.Windows.Forms.Design.Behavior.GlyphSelectionType) : System.Windows.Forms.Design.Behavior.GlyphCollection

Gets a System.Windows.Forms.Design.Behavior.GlyphCollection representing the System.Windows.Forms.Design.Behavior.Glyph objects.

override
Initialize(System.ComponentModel.IComponent)

Initializes the designer with the specified component.

override
OnSetComponentDefaults()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.Design.DocumentDesigner and optionally releases the managed resources.

EnsureMenuEditorService(System.ComponentModel.IComponent)

Checks for the existence of a menu editor service and creates one if one does not already exist.

GetToolSupported(System.Drawing.Design.ToolboxItem) : bool

Indicates whether the specified tool is supported by the designer.

override
OnContextMenu(int, int)

Called when the context menu should be displayed.

override
OnCreateHandle()

Called immediately after the handle for the designer has been created.

override
PreFilterProperties(IDictionary)

Adjusts the set of properties the component exposes through a System.ComponentModel.TypeDescriptor.

ToolPicked(System.Drawing.Design.ToolboxItem)

Selects the specified tool.

override
WndProc(ref System.Windows.Forms.Message)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members