ContinueShowUIEvent property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL ContinueShowUIEvent(BSTR pszPrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

Gets or sets a value that indicates whether to continue or abort the printing process. Possible values are:

Value

Meaning

VARIANT_TRUE

Continue the printing process. This is the default value.

VARIANT_FALSE

Abort the current printing process.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this property.

The printing process will be aborted after the ShowUIEvent event is fired.

The user can use this property within the ShowUIEvent event.

If the value of the EnableShowUIEvent property was set to VARIANT_TRUE and the ShowUIEvent event was fired, then the value of this property doesn’t have any effect.

See Also

Elements:

EnableShowUIEvent property, ShowUIEvent event, UIAboutBox property, UIMsgCaption property

Topics:

ePrint: Events