System.Windows.Forms.Design.ComponentEditorPage: Method Members

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

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

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.