UIObjectClass.ShowModalDialog Method
This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Function ShowModalDialog ( _
bstrName As String, _
varArguments As Object, _
varHeight As Object, _
varWidth As Object, _
varTop As Object, _
varLeft As Object _
) As Object
'Usage
Dim instance As UIObjectClass
Dim bstrName As String
Dim varArguments As Object
Dim varHeight As Object
Dim varWidth As Object
Dim varTop As Object
Dim varLeft As Object
Dim returnValue As Object
returnValue = instance.ShowModalDialog(bstrName, _
varArguments, varHeight, varWidth, _
varTop, varLeft)
public virtual Object ShowModalDialog(
string bstrName,
Object varArguments,
Object varHeight,
Object varWidth,
Object varTop,
Object varLeft
)
Parameters
- bstrName
Type: System.String
- varArguments
Type: System.Object
- varHeight
Type: System.Object
- varWidth
Type: System.Object
- varTop
Type: System.Object
- varLeft
Type: System.Object
Return Value
Type: System.Object
Implements
UI2.ShowModalDialog(String, Object, Object, Object, Object, Object)