ArcFM Solution Developer Guide
ShowDialog Property (IMMDefaultLoginObject)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The value given this property determines whether the login dialog is displayed. TRUE = dialog is displayed; FALSE = dialog is not displayed.
Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
Property ShowDialog As Boolean
'Usage
 
Dim instance As IMMDefaultLoginObject
Dim value As Boolean
 
instance.ShowDialog = value
 
value = instance.ShowDialog
[DispId(1610678273)]
bool ShowDialog {get; set;}

Property Value

Boolean value indicating whether to show the login dialog.

Remarks

If you are creating a custom login object for an ArcFM Engine application (using MMFrameworkLoginObject), this property must be set to False. A True setting for this property is not supported with MMFrameworkLoginObject.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMDefaultLoginObject Interface
IMMDefaultLoginObject Members

 

 


Send Comment