_OlkComboBox.Style Property
Returns or sets an OlComboBoxStyle constant to specify how the user can choose or set the control's value. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Style As OlComboBoxStyle
Get
Set
'Usage
Dim instance As _OlkComboBox
Dim value As OlComboBoxStyle
value = instance.Style
instance.Style = value
[DispIdAttribute()]
OlComboBoxStyle Style { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlComboBoxStyle
Remarks
The default value is olComboBoxStyleCombo.