Click or drag to resize

dialogsopenDialogWithOptionsT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens the dialog menu asking user to choose from options

Namespace:  imbACE.Services.terminal.dialogs
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static T openDialogWithOptions<T>(
	T[] options,
	string title = "",
	string description = "",
	dialogStyle style = dialogStyle.blueDialog,
	dialogSize size = dialogSize.mediumBox
)
Request Example View Source

Parameters

options
Type: T
List of available options
title (Optional)
Type: SystemString
The title to show
description (Optional)
Type: SystemString
The description to show
style (Optional)
Type: imbACE.Services.terminal.dialogs.coredialogStyle
The style to use for dialog box rendering
size (Optional)
Type: imbACE.Services.terminal.dialogsdialogSize
The size of the dialog box

Type Parameters

T
Option type

Return Value

Type: T
Answer
See Also