PropertyDialogOutputs
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
PropertyDialogOutputs
These constants represent the return values of the PropertyObject.DisplayPropertiesDialog method. Use the bitwise-AND operator with the return value to determine whether any of these flags are set.
- PropDlgOutput_AppliedChanges –(Value: 0x2) Indicates that the user clicked OK .
- PropDlgOutput_AppliedToAllInstances –(Value: 0x1) For types, indicates that the user selected the Apply Value to All Loaded Instances of the Type option and that all instances were updated.
- PropDlgOutput_ModifiedFile –(Value: 0x10) Indicates that the dialog box modified the file that contains the object.
- PropDlgOutput_ModifiedObject –(Value: 0x8) Indicates that the dialog box modified the object.
- PropDlgOutput_ViewContents –(Value: 0x4) Indicates that the user clicked View Contents .