_OlkTextBox.Scrollbars Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.