次の方法で共有


_OlkComboBox.Style プロパティ

定義

ユーザーがコントロールの値を OlComboBoxStyle 選択または設定する方法を指定する定数を設定または返します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

既定値は olComboBoxStyleCombo です。

適用対象