SetPanelExPageCursor |
www.progui.co.uk Top Previous Next |
SetPanelExPageCursor() Syntax Success = SetPanelExPageCursor(Panel.i, Index.i, *Cursor) Description
Sets the mouse cursor of a PanelEx page. Panel.i is the ID/Handle of the PanelEx and Page.i is the Index/ID of the page that you want to set the background for.
*Cursor is a pointer to the new cursor (HCURSOR) or can be a WindowsAPI system cursor constant, please see http://msdn.microsoft.com/en-us/library/ms648391(VS.85).aspx for a list of the constants and their descriptions.
Returns the HCURSOR handle for success or zero for failure.
|