 | dialogUniversalToolopenMessageBoxT Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Otvara privremenu instancu dijaloga i sinhrono ceka rezultat
Namespace:
imbACE.Services.terminal.dialogs
Assembly:
imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntaxpublic static T openMessageBox<T>(
IPlatform platform,
string title,
string description,
params T[] spec
)
Request Example
View SourceParameters
- platform
- Type: imbACE.Services.platform.interfacesIPlatform
Platforma na kojoj se prikazuje dijalog - title
- Type: SystemString
todo: describe title parameter on openMessageBox - description
- Type: SystemString
todo: describe description parameter on openMessageBox - spec
- Type: T
Property za koji se edituje ovaj objekat
Type Parameters
- T
Return Value
Type:
TKolekcija rezultata
See Also