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

In This Topic
    AddSegment Method (ISelectionServices)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub AddSegment( _
       ByVal pIStart As IMarkupPointer, _
       ByVal pIEnd As IMarkupPointer, _
       ByRef ppISegmentAdded As ISegment _
    ) 
    void AddSegment( 
       IMarkupPointer pIStart,
       IMarkupPointer pIEnd,
       out ISegment ppISegmentAdded
    )

    Parameters

    pIStart
    pIEnd
    ppISegmentAdded
    See Also