See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The IControlPaneSetService type exposes the following members.

Methods

  NameDescription
Public methodAddControlPane(Control)
Add a new control pane to the container, or activate an existing control.
Public methodAddControlPane(Control, ControlPaneStyles)
Add a new control pane to the container, or activate an existing control.
Public methodGetControlPanes
Get all control panes of a type, if any exist.

Extension Methods

  NameDescription
Public Extension MethodLocateDataControlByEntityKey
Locate a data bound user control by it's control type and entity key.
(Defined by IControlPaneSetServiceExtensions.)

Properties

  NameDescription
Public propertyActiveControlPane
Get the currently active or focused control.

Events

  NameDescription
Public eventActiveControlPaneChanged
Raise when the ActiveControlPane has changed.

See Also