PropertyObject.SetFlags
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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
PropertyObject.DisplayFlagsDialog
Thread Safety of the PropertyObject API and TestStand Variables