MQUChartResults.BeforePopupDisplay

This is called before a popup display is shown.

Syntax Parameters Return Value
Event MQUChartResults.BeforePopupDisplay( _
    SampleID As String, _
    PartID As String, _
    ByRef DisplayText As String, _
    ByRef Cancel As Boolean)
  • SampleID [in]

Type: String

  • PartID [in]

Type: String

  • DisplayText [in,out]

Type: String

  • Cancel [out]

Type: Boolean

-