[]
        
(Showing Draft Content)

C1.Win.CommonDialogExt.ShowLocalizedDialog

ShowLocalizedDialog Method

ShowLocalizedDialog(CommonDialog)

Runs a common dialog box with a default owner.

Declaration
public static DialogResult ShowLocalizedDialog(this CommonDialog dialog)
Public Shared Function ShowLocalizedDialog(dialog As CommonDialog) As DialogResult
Parameters
Type Name Description
CommonDialog dialog
Returns
Type Description
DialogResult

OK if the user clicks OK in the dialog box; otherwise, Cancel.