ArrayBoundsDialogOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ArrayBoundsDialogOptions
These constants represent the options you can use with the dlgOptions parameter of the PropertyObject.DisplayArrayBoundsDialog method. Use the bitwise-OR operator to specify more than one option.
- ArrayBounds_InitializeArray –(Value: 0x1) Initializes the array bounds to a default value ([0..9]) before launching the Array Bounds dialog box.
- ArrayBounds_NoOptions –(Value: 0x0) No options.
- ArrayBounds_ReturnOkCancel –(Value: 0x2) Forces the dialog box to return True if you click OK and False if you click Cancel .