EnumChildWindows(Control,EnumWindowProc,IntPtr) Method
In This Topic
Syntax
'Declaration
Public Shared Function EnumChildWindows( _
ByVal As Control, _
ByVal As Win32.EnumWindowProc, _
ByVal As IntPtr _
) As Boolean
public static bool EnumChildWindows(
Control ,
Win32.EnumWindowProc ,
IntPtr
)
Parameters
- ctl
- lpEnumFunc
- lParam
See Also