Click or drag to resize

IViewRequiresSpecialShellWindow Interface

Must be implemented by views that require a special shell window (other then the standard dialog window with OK, Cancel, Apply).

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

The IViewRequiresSpecialShellWindow type exposes the following members.

Properties
 NameDescription
Public propertyTypeOfShellWindowRequired Gets the type of shell window required.
Top
See Also