ComponentOne SuperTooltip for WinForms
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 System.Drawing.Point _
    ) As System.Boolean
    public static System.bool GetCaretPos( 
       out System.Drawing.Point lpPoint
    )

    Parameters

    lpPoint
    See Also