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

In This Topic
    Right Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function Right( _
       ByVal fMove As System.Boolean, _
       ByRef pContext As MARKUP_CONTEXT_TYPE, _
       ByRef ppElement As IHTMLElement, _
       ByRef pcch As System.Integer, _
       ByRef pchText As System.String _
    ) As System.Integer
    System.int Right( 
       System.bool fMove,
       out MARKUP_CONTEXT_TYPE pContext,
       out IHTMLElement ppElement,
       out System.int pcch,
       out System.string pchText
    )

    Parameters

    fMove
    pContext
    ppElement
    pcch
    pchText
    See Also