IVCWizCtlUI.YesNoAlert(String) 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.
This method displays an alert message to the wizard user, requiring the user to click Yes to confirm a selected wizard option or No to cancel that option.
public:
bool YesNoAlert(System::String ^ bstrMessage);
public:
bool YesNoAlert(Platform::String ^ bstrMessage);
bool YesNoAlert(std::wstring const & bstrMessage);
[System.Runtime.InteropServices.DispId(1610743824)]
public bool YesNoAlert (string bstrMessage);
[<System.Runtime.InteropServices.DispId(1610743824)>]
abstract member YesNoAlert : string -> bool
Public Function YesNoAlert (bstrMessage As String) As Boolean
Parameters
- bstrMessage
- String
Required. The message displayed to the user.
Returns
True
if the user clicks Yes; otherwise false
.
- Attributes