'DeclarationPublic Shared Function Show( _ ByVal title As System.String _ ) As System.String
'UsageDim title As System.String Dim value As System.String value = NInputBox.Show(title)
public static System.string Show( System.string title )
Parameters
- title