Home > Services > DXCore Services – Dialogs

DXCore Services – Dialogs

October 6th, 2010

The Dialogs service provides methods for a DXCore internal dialogs manipulation. Currently it is used internally for selecting a text command or a string provider from the specified list, and is not very useful for plug-in developers at the moment.

There are two methods available:

Name

Description

SelectFromList(ICollection, String, String) Creates a new dialog with the specified title, prompt, and items list. Returns the object selected.
SelectFromList(ICollection, String, String, Boolean) Creates a new dialog with the specified title, prompt, and items list. Allows returning an item missing from the list if specified by the boolean parameter. Returns the object selected.
—–
Products: DXCore
Versions: 10.1 and up
VS IDEs: any
Updated: Oct/07/2010
ID: D023

Similar Posts: