PropertyObject.DisplayFlagsDialog

Syntax

PropertyObject.DisplayFlagsDialog( dlgTitle = "", dlgOptions = 0)

Return Value

Long

Returns one or more of the PropertyDialogOutputs status flags. Use the bitwise-AND operator to check for specific values.

Purpose

Launches a dialog box in which you can view and change the object flags.

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.

This parameter has a default value of "" .

dlgOptions As Long

[In] Specifies any combination of the PropertyDialogOptions constants.

This parameter has a default value of 0 .

See Also

PropertyDialogOptions

PropertyDialogOutputs

PropertyObject.IsModifiedType

PropertyObject.SetFlags

PropertyObject.SetInstanceDefaultFlags

PropertyObject.SetInstanceOverrideFlags

PropertyObject.SetTypeFlags

Thread Safety of the PropertyObject API and TestStand Variables