Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

DisplayConfigureTypePalettesDialog Method

NI TestStand™ 4.0 Help
April 2007

NI Part Number:
370052F-01

»View NI TestStand Product Info

Syntax

Engine.DisplayConfigureTypePalettesDialog ( dlgTitle, dlgOptions = 0)

Return Value

Boolean

True if you click OK in the dialog box. False if you click Cancel. Even if this method returns False, modifications made to sequence files and type palettes might have been saved because some operations on the dialog box prompt you to save a type palette. Saving a type palette prompts you to increment a version number which is an edit of the file for all files that reference that type.

Purpose

Displays a dialog box which allows you to edit the order of the type palettes and add or remove type palettes from being loaded by the engine.

Parameters

dlgTitle As String

[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.

dlgOptions As long

[In] Pass either CommonDlgOption_NoOptions or CommonDlgOption_ModalToAppMainWind. By default, the dialog box is modal to the last active window of the calling thread, or if there is none, to the last active window from AppMainHwnd. Pass CommonDlgOption_ModalToAppMainWind if you want a modal dialog box with respect to the window handle of the AppMainHwnd property. Typically, you do not need to set this option.

This parameter has a default value of 0.


See Also

CommonDialogOptions


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit