IConverterUICallback.HrInputBox(String, String, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void HrInputBox(System::String ^ bstrText, System::String ^ bstrCaption, [Runtime::InteropServices::Out] System::String ^ % pbstrInput, int fPassword);
public void HrInputBox (string bstrText, string bstrCaption, out string pbstrInput, int fPassword);
abstract member HrInputBox : string * string * string * int -> unit
Public Sub HrInputBox (bstrText As String, bstrCaption As String, ByRef pbstrInput As String, fPassword As Integer)
Parameters
- bstrText
- String
- bstrCaption
- String
- pbstrInput
- String
- fPassword
- Int32