InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Element Class / ThreadHasFocus Method

In This Topic
    ThreadHasFocus Method (Element)
    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