_OlkTimeControl.EnterFieldBehavior プロパティ

定義

コントロールを入力するときの選択動作を OlEnterFieldBehavior 指定する定数を設定または返します。 読み取り/書き込みが可能です。

public:
 property Microsoft::Office::Interop::Outlook::OlEnterFieldBehavior EnterFieldBehavior { Microsoft::Office::Interop::Outlook::OlEnterFieldBehavior get(); void set(Microsoft::Office::Interop::Outlook::OlEnterFieldBehavior value); };
public Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior EnterFieldBehavior { get; set; }
Public Property EnterFieldBehavior As OlEnterFieldBehavior

プロパティ値

注釈

既定値は olEnterFieldBehaviorSelectAll です。

適用対象