Input for WinForms | ComponentOne
C1.Framework Namespace / Element Class / ThreadHasFocus Method

In This Topic
    ThreadHasFocus Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ThreadHasFocus( _
       ByVal currentHandle As IntPtr _
    ) As Boolean
    public static bool ThreadHasFocus( 
       IntPtr currentHandle
    )

    Parameters

    currentHandle
    See Also