ArcFM Solution Developer Guide
Show Method (MMInputBoxClass)


Syntax
'Declaration
 
Public Overridable Function Show( _
   ByRef Prompt As System.Object, _
   Optional ByRef Title As System.Object, _
   Optional ByRef Default As System.Object, _
   Optional ByRef XPos As System.Object, _
   Optional ByRef YPos As System.Object, _
   Optional ByRef HelpFile As System.Object, _
   Optional ByRef Context As System.Object _
) As System.String
'Usage
 
Dim instance As MMInputBoxClass
Dim Prompt As System.Object
Dim Title As System.Object
Dim Default As System.Object
Dim XPos As System.Object
Dim YPos As System.Object
Dim HelpFile As System.Object
Dim Context As System.Object
Dim value As System.String
 
value = instance.Show(Prompt, Title, Default, XPos, YPos, HelpFile, Context)
public virtual System.string Show( 
   ref System.object Prompt,
   ref System.object Title,
   ref System.object Default,
   ref System.object XPos,
   ref System.object YPos,
   ref System.object HelpFile,
   ref System.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