EnableShowUIEvent property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableShowUIEvent(BSTR pszPrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

Enables or disables firing the ShowUIEvent event to handle the user interface as needed in the toolkit. Possible values are:

Value

Meaning

VARIANT_TRUE

Enables firing the ShowUIEvent event.

VARIANT_FALSE

Disables firing the ShowUIEvent event. This is the default value.

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

See Also

Elements:

EnableEMFEvent property, EnableRasterEvent property, EnableJobInfo property, EnableSaveStatusEvent property, ContinueShowUIEvent property, UIAboutBox property, UIMsgCaption property, EMFEvent event, RasterEvent event, JobInfoEvent event, ShowUIEvent event, SaveStatusEvent event, UIAboutBox property, UIMsgCaption property, ContinueShowUIEvent property

Topics:

ePrint: Events