次の方法で共有


TabIndex プロパティ (Outlook コントロール)

フォームのタブ オーダーにおけるコントロールの位置を示す整数型 ( Integer) の値を取得または設定します。 値の取得と設定が可能です。

構文

TabIndex

Outlook コントロール オブジェクトを表す変数。

注釈

The TabIndex is an integer from 0 to one less than the number of controls on the form that have a TabIndex property. Assigning a TabIndex value of less than 0 generates an error. If you assign a TabIndex value greater than the largest index value, the system resets the value to the maximum allowable value.

タブ オーダーの先頭のオブジェクトのインデックス値は 0 です。

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。