ArcFM Solution Developer Guide
ShowDialog Property (IMMDefaultLoginObject)






The value given this property determines whether the login dialog is displayed. TRUE = dialog is displayed; FALSE = dialog is not displayed.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
Property ShowDialog As System.Boolean
'Usage
 
Dim instance As IMMDefaultLoginObject
Dim value As System.Boolean
 
instance.ShowDialog = value
 
value = instance.ShowDialog
[System.Runtime.InteropServices.DispId(1610678273)]
System.bool ShowDialog {get; set;}
read-write property ShowDialog: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get,set ShowDialog : System.boolean
[System.Runtime.InteropServices.DispId(1610678273)]
__property System.bool get_ShowDialog();
__property void set_ShowDialog( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678273)]
property System.bool ShowDialog {
   System.bool get();
   void set (    System.bool value);
}

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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDefaultLoginObject Interface
IMMDefaultLoginObject Members

Send Feedback