IModalWindow (Interfaces)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

[ComImport, Guid ( "b4db1657-70d7-485e-8e3e-6fcb5a5c1802" ), InterfaceType ( ComInterfaceType.InterfaceIsIUnknown )]
internal interface IModalWindow
{
    [MethodImpl ( MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime ), PreserveSig]
    int Show ( [In] IntPtr parent );
}

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IModalWindow
   TODO
End Interface

User-Defined Types:

None.

Notes:

None.

Documentation