Desktop Functions: Smart Device Functions:
|
ShowCursor (user32)
C# Signature:
[DllImport("user32.dll")] VB.Net Signature:
<DllImport("user32.dll", CharSet:=CharSet.Auto, ExactSpelling:=True)> _ User-Defined Types:None. Notes:The ShowCursor function displays or hides the cursor. bShow
[in] Specifies whether the internal display counter is to be incremented or decremented. If bShow is TRUE, the display count is incremented by one. If bShow is FALSE, the display count is decremented by one. Tips & Tricks:Please add some! Sample Code:
ShowCursor(False) 'Hide Cursor Alternative Managed API:System.Windows.Forms.Cursor.Hide() Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|