ShowQuickStartOnPreset Property

Write/Read
 

Description

This command controls the on/off state of the preference, "On PRESET show Quick Start dialog".

 VB Syntax

pref.ShowQuickStartOnPreset = value

Variable

(Type) - Description

pref

A Preferences (object)

value

(Boolean) - Choose from:

True - Display the Quick Start dialog on PRESET.

False - Do not display the Quick Start dialog on PRESET.

Return Type

Boolean

Default

False

Examples

pref.ShowQuickStartOnPreset = True 'Write

value = pref.ShowQuickStartOnPreset 'Read

C++ Syntax

HRESULT get_ShowQuickStartOnPreset (VARIANT_BOOL* preference);

HRESULT put_ShowQuickStartOnPreset (VARIANT_BOOL val)

Interface

IPreferences13