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
- bstrText
Type: System.String
- bstrCaption
Type: System.String
- pbstrInput
Type: System.String
- fPassword
Type: System.Int32