property Editor.Option(Name as EditorOptionEnum) as Variant
Specifies an option for the editor.

TypeDescription
Name as EditorOptionEnum An EditorOptionEnum expression that indicates the editor's option being changed.
Variant A Variant expression that indicates the value for editor's option 
The Option property of Editor object provides the ability to add scroll bars to a memo editor using the exMemoHScrollBar and exMemoVScrollBar options.