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

In This Topic
    TranslateUrl Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function TranslateUrl( _
       ByVal dwTranslate As System.UInteger, _
       ByVal strURLIn As System.String, _
       ByRef pstrURLOut As System.String _
    ) As System.Integer
    System.int TranslateUrl( 
       System.uint dwTranslate,
       System.string strURLIn,
       out System.string pstrURLOut
    )

    Parameters

    dwTranslate
    strURLIn
    pstrURLOut
    See Also