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

In This Topic
    GetSelectionServices Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function GetSelectionServices( _
       ByVal pIContainer As IMarkupContainer, _
       ByRef ppSelSvc As ISelectionServices _
    ) As System.Integer
    System.int GetSelectionServices( 
       IMarkupContainer pIContainer,
       out ISelectionServices ppSelSvc
    )

    Parameters

    pIContainer
    ppSelSvc
    See Also