System.Windows.Forms.Design.ComponentEditorPage Members

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

See Also: Inherited members from System.Windows.Forms.Panel

Public Constructors

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

Public Properties

AutoSizebool.

This property is not relevant for this class.

CommitOnDeactivatebool.

Specifies whether the editor should apply its changes before it is deactivated.

IconSystem.Drawing.Icon.

Gets or sets the icon for the page.

[read-only]
Titlestring.

Gets the title of the page.

Protected Properties

ComponentSystem.ComponentModel.IComponent.

Gets or sets the component to edit.

[read-only]
override
CreateParamsSystem.Windows.Forms.CreateParams.

Gets the creation parameters for the control.

FirstActivatebool.

Gets or sets a value indicating whether the page is being activated for the first time.

Loadingint.

Indicates how many load dependencies remain until loading has been completed.

LoadRequiredbool.

Gets or sets a value indicating whether a component must be loaded before editing can occur.

PageSiteSystem.Windows.Forms.IComponentEditorPageSite.

Gets or sets the page site.

Public Methods

Activate()

Activates and displays the page.

ApplyChanges()

Applies changes to all the components being edited.

Deactivate()

Deactivates and hides the page.

GetControl() : System.Windows.Forms.Control

Gets the control that represents the window for this page.

IsPageMessage(ref System.Windows.Forms.Message) : bool
Documentation for this section has not yet been entered.
OnApplyComplete()

Called when the page and any sibling pages have applied their changes.

SetComponent(System.ComponentModel.IComponent)

Sets the component to be edited.

SetSite(System.Windows.Forms.IComponentEditorPageSite)

Sets the site for this page.

ShowHelp()

Shows Help information if the page supports Help information.

SupportsHelp() : bool

Gets a value indicating whether the editor supports Help.

Protected Methods

EnterLoadingMode()

Increments the loading counter.

ExitLoadingMode()

Decrements the loading counter.

GetSelectedComponent() : System.ComponentModel.IComponent

Gets the component that is to be edited.

IsFirstActivate() : bool

Gets a value indicating whether the page is being activated for the first time.

IsLoading() : bool

Gets a value indicating whether the page is being loaded.

abstract
LoadComponent()

Loads the component into the page user interface (UI).

ReloadComponent()

Reloads the component for the page.

abstract
SaveComponent()

Saves the component from the page user interface (UI).

SetDirty()

Sets the page as changed since the last load or save.

Public Events

AutoSizeChanged

This event is not relevant for this class.