mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / RedoSize Property
RedoSize Property
Description

Returns the size in actions of the Redo buffer.

Property type
Read-only property
Syntax
Visual Basic
Public Property RedoSize As Long
Return Type

Returns the size in actions of the Redo buffer.

Remarks

Returns the size in actions of the Redo buffer.

Example
Private Sub mnuUndoCount_Click()
    On Error Resume Next
    MsgBox "Undo Buffer: " & WebKitX1.UndoSize & ", Redo Buffer: " & WebKitX1.RedoSize
End Sub
See Also