| Visual Basic | |
|---|---|
Function ShowDlg( _ ByVal lParentWnd As System.Integer _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool ShowDlg( System.int lParentWnd ) | |
| C++/CLI | |
|---|---|
System.bool ShowDlg( & System.int lParentWnd ) | |
Parameters
- lParentWnd
- Parent window handle
Return Value
True if the user clicked OK, false if the user clicked CancelSee the example in the IEdmBatchItemGeneration topic.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2010