ImageGear Professional v18.4 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Component Functions > IG_gui_comm_attach_dlg |
This function activates dialog window that allows you to attach the component you want.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_comm_attach_dlg( HWND hWndParent ); |
Name | Type | Description |
hWnd | HWND | A handle of the parent window. |
Returns TRUE if component is attached; FALSE - otherwise.
This function does not process image pixels.
GUI Windows