This document is archived and information here might be outdated. Recommended version. |
Indicates if the dialog is shown and adds the data.
[Visual Basic .NET]
Public Sub Show ( _
ByVal parentHWnd As Integer, _
ByRef ok As Boolean _
)
[C#]
public void Show (
int parentHWnd,
ref bool ok
);