Prompts the user to enter their User Credentials (ie a User Id and Password) using a modal dialog form.
Syntax
ISCommonDialog.GetUserCredentials(returnCredentials, [headingSummary], [userId])
Parameters
| Name | Type | Optional | ByRef | Description |
| returnCredentials |
String |
|
ByRef |
The concatenated UserId/Password, Eg. Admin/Password. |
| headingSummary |
String |
Optional |
|
The text to display in the form header. |
| userId |
String |
Optional |
|
The default User Id. |
Return Value
Boolean
A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.
- Member of:
- ISCommonDialog
- Namespace:
- Intersoft.ISUserInterface6
- Assembly:
- ISUserInterface6, Version=6.0.3
- Target Framework:
- .NET 9.0