Share via


_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.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace