Click or drag to resize

Win32SetFocus Function

X#

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax
[DllImportAttribute("USER32", EntryPoint := "SetFocus", CharSet := CharSet.Auto, 
	ExactSpelling := TRUE, SetLastError := TRUE)]
 FUNCTION Win32SetFocus(
	hwnd AS PTR
) AS PTR
Request Example View Source

Parameters

hwnd
Type: Void*

Return Value

Type: Void*
See Also