Click or drag to resize

GUIFactoryServiceShowDialog(Enum, String) Method

Shows a dialog for selecting an enumeration value.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool ShowDialog(
	ref Enum arg,
	string title
)

Parameters

arg  Enum
The enumeration value to edit.
title  String
The dialog title.

Return Value

Boolean
if the dialog was accepted; otherwise, .

Implements

IGuiFactoryServiceShowDialog(Enum, String)
See Also