Platforms to show: All Mac Windows Linux Cross-Platform

Back to CBIdentityPickerMBS class.

CBIdentityPickerMBS.allowsMultipleSelection as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Allows a user to make select multiple identities.

By default, you cannot select multiple records.
Set to true if you can select multiple records; otherwise, false.
(Read and Write computed property)

CBIdentityPickerMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor.

CBIdentityPickerMBS.identities as CBIdentityMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns an array of the identities selected using the identity picker.

CBIdentityPickerMBS.runModal as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Runs the receiver as an application-modal dialog.

NSOKButton if the user selected OK; otherwise, NSCancelButton.
The receiver may create identities for selected records if necessary.

CBIdentityPickerMBS.runModalForWindow(win as DesktopWindow)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 22.0 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Runs the receiver modally as a sheet attached to a specified window.

window: The parent window for the sheet.

Calls identityPickerDidEnd event later.

See also:

CBIdentityPickerMBS.runModalForWindow(win as window)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Runs the receiver modally as a sheet attached to a specified window.

window: The parent window for the sheet.

Calls identityPickerDidEnd event later.

See also:

CBIdentityPickerMBS.title as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The title of the identity picker.
Example
dim c as new CBIdentityPickerMBS
c.Title = "Please choose your identity"

(Read and Write computed property)

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...