ExcelDriver.GetBashedPopups 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.
Gets the PopupMessage objects that represent the message boxes that the pop-up blocker dismissed, and clears the internal list of messages.
public Microsoft.Hpc.Excel.PopupMessage[] GetBashedPopups();
member this.GetBashedPopups : unit -> Microsoft.Hpc.Excel.PopupMessage[]
Public Function GetBashedPopups () As PopupMessage()
Returns
An array of PopupMessage objects that represent the message boxes that the pop-up blocker dismissed.