Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IDisplayPointer Interface / IsLeftOf Method

In This Topic
    IsLeftOf Method (IDisplayPointer)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub IsLeftOf( _
       ByVal pDispPointer As IDisplayPointer, _
       ByRef pfIsLeftOf As System.Boolean _
    ) 
    void IsLeftOf( 
       IDisplayPointer pDispPointer,
       out System.bool pfIsLeftOf
    )

    Parameters

    pDispPointer
    pfIsLeftOf
    See Also