IOleUndoManager.Enable Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Enable ( _
    fEnable As Integer _
)
void Enable(
    int fEnable
)
void Enable(
    [InAttribute] int fEnable
)
abstract Enable : 
        fEnable:int -> unit
function Enable(
    fEnable : int
)

Parameters

Remarks

For information on the COM interface, see IOleUndoManager::Enable

.NET Framework Security

See Also

Reference

IOleUndoManager Interface

Microsoft.VisualStudio.OLE.Interop Namespace