IOleInPlaceActiveObject.EnableModeless Method

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

Syntax

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

Parameters

Remarks

For information on the COM interface, see IOleInPlaceActiveObject::EnableModeless

.NET Framework Security

See Also

Reference

IOleInPlaceActiveObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace