Click or drag to resize

dialogsopenEditProperties Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens dialog to edit properties of the instance

Namespace:  imbACE.Services.terminal.dialogs
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static Object openEditProperties(
	Object instanceToEdit,
	string title = "",
	string description = "",
	dialogStyle style = dialogStyle.redDialog,
	dialogSize size = dialogSize.fullScreenBox
)
Request Example View Source

Parameters

instanceToEdit
Type: SystemObject
The instance to edit properties of
title (Optional)
Type: SystemString
Title to show
description (Optional)
Type: SystemString
Description
style (Optional)
Type: imbACE.Services.terminal.dialogs.coredialogStyle
The style.
size (Optional)
Type: imbACE.Services.terminal.dialogsdialogSize
The size.

Return Value

Type: Object
Edited instance
See Also