Share via


_OlkTextBox.Scrollbars Property

Returns or sets an OlScrollBars constant that specifies whether the control has a vertical scroll bar, horizontal scroll bar, or both. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property Scrollbars As OlScrollBars
    Get
    Set
'Usage
Dim instance As _OlkTextBox
Dim value As OlScrollBars

value = instance.Scrollbars

instance.Scrollbars = value
[DispIdAttribute()]
OlScrollBars Scrollbars { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlScrollBars

Remarks

The default value is olScrollBarsNone.

See Also

Reference

_OlkTextBox Interface

_OlkTextBox Members

Microsoft.Office.Interop.Outlook Namespace