InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetCaretPos Method

In This Topic
    GetCaretPos Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetCaretPos( _
       ByRef lpPoint As Point _
    ) As Boolean
    public static bool GetCaretPos( 
       out Point lpPoint
    )

    Parameters

    lpPoint
    See Also