InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / EnumChildWindows(Control,EnumWindowProc,IntPtr) Method

In This Topic
    EnumChildWindows(Control,EnumWindowProc,IntPtr) Method
    In This Topic
    Syntax
    '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
    See Also