Click or drag to resize

ITabbedElementView Interface

This interface is intended to provide a "shell" as a dialog which can host a couple of user controls in tab pages.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ITabbedElementView

The ITabbedElementView type exposes the following members.

Methods
 NameDescription
Public methodAddTab Adds a Tab page to the dialog
Public methodBringTabToFront Activates the tab page with the title
C#
title
.
Public methodClearTabs Removes all Tab pages from the dialog.
Top
Events
 NameDescription
Public eventChildControl_Entered Occurs when the input focus enters one of the child controls of the tabs. The sender of this event is set to the child control that received the input focus.
Public eventChildControl_Validated Occurs when the input focus leaves one of the child controls and the control is validated. The sender of this event is set to the child control that lost the input focus.
Top
See Also