Miner.Interop Namespace > MMInputBoxClass Class : Show Method |
'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 )
public function Show( var Prompt: System.TObject; var Title: System.TObject; var Default: System.TObject; var XPos: System.TObject; var YPos: System.TObject; var HelpFile: System.TObject; var Context: System.TObject ): System.String; virtual;
public function Show( Prompt : System.Object, Title : System.Object, Default : System.Object, XPos : System.Object, YPos : System.Object, HelpFile : System.Object, Context : System.Object ) : System.String;
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