| Visual Basic | |
|---|---|
Sub SetAddInWnd( _ ByVal lAddInWnd As System.Integer, _ ByVal lParentWnd As System.Integer _ ) | |
| C# | |
|---|---|
void SetAddInWnd( System.int lAddInWnd, System.int lParentWnd ) | |
| C++/CLI | |
|---|---|
void SetAddInWnd( & System.int lAddInWnd, & System.int lParentWnd ) | |
Parameters
- lAddInWnd
- Add-in window handle
- lParentWnd
- File Explorer window handle; EdmCmd::mlParentWnd passed to IEdmAddIn5::OnCmd
This method ensures that windows created from add-ins written in Visual Basic 6 do not appear behind the application window. Since VBA is no longer supported, this method is obsolete and should not be used.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2