IGuiFactoryServiceShowDialogForEnumFlag Method |
Shows a dialog for editing enumeration flags.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool ShowDialogForEnumFlag(
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,
.
See Also