|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies the filename of the cursor file displayed when the mouse is over the button.
Normal cursors files (extension .CUR) and animated cursors files (extension .ANI) are supported.
| ||||||
|
Get / Set functions
|
BSTR abmGetCursor (
HWND hWndBtn
);
void abmSetCursor (
HWND hWndBtn,
LPCTSTR strCursor
);
|