Share via


VCWizCtlClass.OkCancelAlert Method

Displays an alert message to the wizard user, requiring the user to click OK to confirm a selected wizard option or Cancel to cancel that option.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Public Overridable Function OkCancelAlert ( _
    bstrMessage As String _
) As Boolean
public virtual bool OkCancelAlert(
    string bstrMessage
)
public:
virtual bool OkCancelAlert(
    [InAttribute] String^ bstrMessage
)
abstract OkCancelAlert : 
        bstrMessage:string -> bool  
override OkCancelAlert : 
        bstrMessage:string -> bool
public function OkCancelAlert(
    bstrMessage : String
) : boolean

Parameters

  • bstrMessage
    Type: System.String

    A string containing the message to display to the user.

Return Value

Type: System.Boolean
true for OK, false for Cancel.

Implements

IVCWizCtlUI.OkCancelAlert(String)

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace