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

In This Topic
    Next Method (IEnumOleUndoUnits)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function Next( _
       ByVal numDesired As System.Integer, _
       ByRef unit As System.IntPtr, _
       ByRef numReceived As System.Integer _
    ) As System.Integer
    System.int Next( 
       System.int numDesired,
       out System.IntPtr unit,
       out System.int numReceived
    )

    Parameters

    numDesired
    unit
    numReceived
    See Also