Share via


_OlkComboBox.BorderStyle Property

Returns or sets an OlBorderStyle constant that defines the style of the border around the control. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property BorderStyle As OlBorderStyle
    Get
    Set
'Usage
Dim instance As _OlkComboBox
Dim value As OlBorderStyle

value = instance.BorderStyle

instance.BorderStyle = value
[DispIdAttribute()]
OlBorderStyle BorderStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlBorderStyle

Remarks

The default value is olBorderStyleSingle.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace