| Miner.Interop Namespace > IMMDefaultLoginObject Interface : ShowDialog Property |
'Declaration<System.Runtime.InteropServices.DispIdAttribute(1610678273)> Property ShowDialog As System.Boolean
'UsageDim 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
Boolean value indicating whether to show the login dialog.
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.
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