public void Show()
public DialogState Show(ref Serializable obj)
public DialogState Show(List<Serializable> objects)
Description
The Show method displays the DataSourcePicker as a modal dialog. This method requires two arguments, which will be used to return the selected object and the type of the selected object once the dialog is closed. It also returns a member of the DialogState enumeration that gives the result of showing the dialog. If the return value is Cancel, then no object was selected. If the return value is NoChoices, then the dialog was never shown because there were no choices to display.
Comments
0 comments
Please sign in to leave a comment.