ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Windows.Forms.Control, _
       ByVal lpEnumFunc As Win32.EnumWindowProc, _
       ByVal lParam As System.IntPtr _
    ) As System.Boolean
    public static System.bool EnumChildWindows( 
       System.Windows.Forms.Control ctl,
       Win32.EnumWindowProc lpEnumFunc,
       System.IntPtr lParam
    )

    Parameters

    ctl
    lpEnumFunc
    lParam
    See Also