Prompts the user to enter a Password using a modal dialog form.

Syntax

ISCommonDialog.GetPassword(password, [title], [icon], [allowOverrideCode])

Parameters

NameTypeOptionalByRefDescription
password String ByRef The Password entered.
title String Optional The text to display in the window title.
icon Icon Optional A 32x32 Icon to display. If omitted, a value of Nothing is assumed.
allowOverrideCode Boolean Optional If omitted, a value of True is assumed.

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