_OlkComboBox.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.