Click or drag to resize

IDialogShellView Interface

This interface is intended to provide a "shell" as a dialog which can host a user control.

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

The IDialogShellView type exposes the following members.

Properties
 NameDescription
Public propertyApplyVisible Sets if the Apply button should be visible.
Public propertyTitle Sets the title.
Top
Events
 NameDescription
Public eventButtonApplyPressed Occurs when the Apply button is pressed.
Public eventButtonCancelPressed Occurs when the Cancel button is pressed.
Public eventButtonOKPressed Occurs when the OK button is pressed.
Top
See Also