Engine.ShowHiddenProperties

Syntax

Engine.ShowHiddenProperties

Data Type

Boolean

Purpose

Note This property is obsolete. Use the StationOptions.ShowHiddenProperties property instead.

Remarks

Specifies whether to display in user interfaces properties marked as hidden.

When this property is True , the sequence editor and user interfaces display all subproperties of property objects in dialog boxes and variables views. When this property is False , the sequence editor does not show subproperties marked with the PropFlags_Hidden flag.

See Also

PropertyFlags

PropertyObject.GetFlags

StationOptions.ShowHiddenProperties