mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / CanUndo Property
In This Topic
    CanUndo Property
    In This Topic
    Description

    Returns True if the Undo Buffer is not empty.

    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property CanUndo As Boolean
    Return Type

    Returns current property value.

    Remarks

    You should check CanUndo property before calling Undo method.

    See Also