- callback
- A method that will handle the HotKey callback.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub SetCaptureHotkeyCallback( _ ByVal callback As ScreenCaptureHotkeyCallback _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim callback As ScreenCaptureHotkeyCallback ScreenCaptureEngine.SetCaptureHotkeyCallback(callback) | |
| C# | |
|---|---|
public static void SetCaptureHotkeyCallback( ScreenCaptureHotkeyCallback callback ) | |
| C++/CLI | |
|---|---|
public: static void SetCaptureHotkeyCallback( ScreenCaptureHotkeyCallback^ callback ) | |
Parameters
- callback
- A method that will handle the HotKey callback.
For an example, refer to ScreenCaptureEngine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code