_OlkTextBox.Scrollbars Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlScrollBars Scrollbars { Microsoft::Office::Interop::Outlook::OlScrollBars get(); void set(Microsoft::Office::Interop::Outlook::OlScrollBars value); };
public Microsoft.Office.Interop.Outlook.OlScrollBars Scrollbars { get; set; }
Public Property Scrollbars As OlScrollBars

Property Value

Remarks

The default value is olScrollBarsNone.

Applies to