ArcFM Engine Developer Guide
Show Method (MMInputBoxClass)


Syntax
'Declaration
 
Public Overridable Function Show( _
   ByRef Prompt As Object, _
   Optional ByRef Title As Object, _
   Optional ByRef Default As Object, _
   Optional ByRef XPos As Object, _
   Optional ByRef YPos As Object, _
   Optional ByRef HelpFile As Object, _
   Optional ByRef Context As Object _
) As String
'Usage
 
Dim instance As MMInputBoxClass
Dim Prompt As Object
Dim Title As Object
Dim Default As Object
Dim XPos As Object
Dim YPos As Object
Dim HelpFile As Object
Dim Context As Object
Dim value As String
 
value = instance.Show(Prompt, Title, Default, XPos, YPos, HelpFile, Context)
public virtual string Show( 
   ref object Prompt,
   ref object Title,
   ref object Default,
   ref object XPos,
   ref object YPos,
   ref object HelpFile,
   ref object Context
)

Parameters

Prompt
Title
Default
XPos
YPos
HelpFile
Context
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

MMInputBoxClass Class
MMInputBoxClass Members

 

 


Send Comment