LogonEntWithDialog(Boolean) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEntWithDialog() method opens the Entity Logon dialog box. This overload of the method specifies that the user can use this dialog to log on to and log off of any entity that the user has permission to access.
'Declaration
Public Overloads Function LogonEntWithDialog( _
ByRef bSelChanged As Boolean _
) As Boolean
public bool LogonEntWithDialog(
ref bool bSelChanged
)
Parameters
- bSelChanged
Output. Holds a flag that, if set to true, indicates whether the selected entities were changed.
Return Value
Returns true if the user presses the OK button on the dialog, or false if the
user presses the Cancel button.