Desktop Functions: Smart Device Functions:
|
GetDoubleClickTime (user32)
C# Signature:
[DllImport("user32.dll")] VB Code:
Declare Function GetDoubleClickTime Lib "user32.dll" () As Integer User-Defined Types:None. Notes:Return value is in units of milliseconds (0.001 seconds). None. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:System.Windows.Forms.SystemInformation.DoubleClickTime (http://msdn.microsoft.com/en-us/library/system.windows.forms.systeminformation.doubleclicktime.aspx) System.Windows.Forms.SystemInformation.DoubleClickTime; 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). |
|