dxGetFormIcon(THandle,Integer,Integer) Method
In This Article
Returns a handle to the icon of the specified form.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AHandle | THandle | The handle to the target application window. |
ASize |
Integer | The required icon width, in pixels. If you pass |
ASize |
Integer | The required icon height, in pixels. If you pass |
#Returns
Type | Description |
---|---|
HICON | The handle to the icon of the target form whose handle is passed as the |
See Also