IApplicationShowFindDocumentDlg Method |
Display the Find Document dialog
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxObject ShowFindDocumentDlg(
bool i_bMultipleSelect = false,
bool i_bContextSwitchEnabled = false
)
Function ShowFindDocumentDlg (
Optional i_bMultipleSelect As Boolean = false,
Optional i_bContextSwitchEnabled As Boolean = false
) As Object
Dim instance As IApplication
Dim i_bMultipleSelect As Boolean
Dim i_bContextSwitchEnabled As Boolean
Dim returnValue As Object
returnValue = instance.ShowFindDocumentDlg(i_bMultipleSelect,
i_bContextSwitchEnabled)
Object^ ShowFindDocumentDlg(
[InAttribute] bool i_bMultipleSelect = false,
[InAttribute] bool i_bContextSwitchEnabled = false
)
Parameters
- i_bMultipleSelect (Optional)
- Type: SystemBoolean
- i_bContextSwitchEnabled (Optional)
- Type: SystemBoolean
Return Value
Type:
Object
See Also