Partager via


IConverterUICallback.HrInputBox Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub HrInputBox ( _
    bstrText As String, _
    bstrCaption As String, _
    <OutAttribute> ByRef pbstrInput As String, _
    fPassword As Integer _
)
'Usage
Dim instance As IConverterUICallback
Dim bstrText As String
Dim bstrCaption As String
Dim pbstrInput As String
Dim fPassword As Integer

instance.HrInputBox(bstrText, bstrCaption, _
    pbstrInput, fPassword)
void HrInputBox(
    string bstrText,
    string bstrCaption,
    out string pbstrInput,
    int fPassword
)

Parameters

See Also

Reference

IConverterUICallback Interface

IConverterUICallback Members

Microsoft.Office.Core Namespace