Edit

Share via


_OlkComboBox.Style Property

Definition

Returns or sets an OlComboBoxStyle constant to specify how the user can choose or set the control's value. Read/write.

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

Property Value

Remarks

The default value is olComboBoxStyleCombo.

Applies to