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

In This Topic
    Load Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub Load( _
       ByVal fFullyAvailable As System.Integer, _
       ByVal pmk As System.Runtime.InteropServices.ComTypes.IMoniker, _
       ByVal pbc As System.Object, _
       ByVal grfMode As System.UInteger _
    ) 
    void Load( 
       System.int fFullyAvailable,
       System.Runtime.InteropServices.ComTypes.IMoniker pmk,
       System.object pbc,
       System.uint grfMode
    )

    Parameters

    fFullyAvailable
    pmk
    pbc
    grfMode
    See Also