'Declaration Public Shared Function EnumChildWindows( _ ByVal ctl As Control, _ ByVal lpEnumFunc As Win32.EnumWindowProc, _ ByVal lParam As IntPtr _ ) As Boolean
public static bool EnumChildWindows( Control ctl, Win32.EnumWindowProc lpEnumFunc, IntPtr lParam )
Parameters
- ctl
- lpEnumFunc
- lParam