Share via


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

_OlkTextBox Interface

_OlkTextBox Members

Microsoft.Office.Interop.Outlook Namespace