Freigeben über


Page.Cycle Property (Outlook Forms Script)

Dient zum Zurückgeben oder Festlegen eines Werts vom Typ Integer, der angibt, ob beim Durchlaufen Steuerelemente berücksichtigt werden, die in einem MultiPage -Objekt geschachtelt sind. Lese-/Schreibzugriff.

Syntax

Ausdruck. Zyklus

Ausdruck Eine Variable, die ein Page-Objekt darstellt.

HinwBemerkungeneise

The possible values for Cycle are 0 and 2. 0 represents cycling through the controls on the form and the controls of the MultiPage that are currently displayed on the form. 2 represents cycling through the controls on the form and the MultiPage. The focus stays within the form and the MultiPage until the focus is explicitly set to a control outside the form and the MultiPage.

Wenn Sie einen Wert für die Cycle-Eigenschaft angeben, der keine ganze Zahl ist, wird dieser auf die nächste ganze Zahl aufgerundet.

Die Aktivierreihenfolge bezeichnet die Reihenfolge, in der Steuerelemente den Fokus erhalten, wenn sich der Benutzer per TAB durch ein Formular oder ein Unterformular bewegt. Die Cycle-Eigenschaft bestimmt die Aktion, die vollzogen wird, wenn ein Benutzer ab dem letzten Steuerelement in der Aktivierreihenfolge TAB betätigt.

The 0 setting transfers the focus to the first control of the next MultiPage on the form when the user tabs from the last control in the tab order.

The 2 setting transfers the focus to the first control of the same form or the MultiPage when the user tabs from the last control in the tab order.

Support und Feedback

Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.