Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static DialogResult InputBox(
string title,
string promptText,
ref string value
)
Public Shared Function InputBox (
title As String,
promptText As String,
ByRef value As String
) As DialogResult
Dim title As String
Dim promptText As String
Dim value As String
Dim returnValue As DialogResult
returnValue = Core.InputBox(title,
promptText, value)
static member InputBox :
title : string *
promptText : string *
value : string byref -> DialogResult
public static DialogResult InputBox(
String title,
String promptText,
/** @ref */String value
)
public static function InputBox(
title : String,
promptText : String,
value : String
) : DialogResult
CSID3TagsLib.Core.InputBox = function(title, promptText, value);
Parameters
- title
- Type: SystemString
- promptText
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
DialogResultSee Also