PropertyObject.SetFlags

Syntax

PropertyObject.SetFlags( lookupString, options, Flags)

Purpose

Sets the flags setting of the property the lookupString parameter specifies. Use the PropertyObject.GetFlags method to retrieve the flags setting of a property.

Parameters

lookupString As String

[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.

options As Long

[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.

Flags As Long

[In] Specifies the new flags for the property.

See Also

Lookup Strings

PropertyFlags

PropertyObject.DisplayFlagsDialog

PropertyObject.GetFlags

PropertyObject.GetTypeFlags

PropertyOptions

Thread Safety of the PropertyObject API and TestStand Variables