Click or drag to resize

RichEdit.GetOption Method

X#
Determine the status of a particular option for the rich edit.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetOption(
	kOption
) AS USUAL CLIPPER
Request Example View Source

Parameters

kOption (Optional)
Type: Usual
One of the following constants representing the option whose status you want to check:

Return Value

Type: Usual
TRUE if the option is enabled; otherwise, FALSE.
Remarks
ConstantDescription
REOPT_AUTOWORDAutomatic selection of a word on double-click
REOPT_AUTOVSCROLLAutomatic vertical scrolling
REOPT_AUTOHSCROLLAutomatic horizontal scrolling
REOPT_NOHIDESELSelection is not hidden when focus is lost
REOPT_READONLYEditing of text is not permitted
REOPT_WANTRETURNCaptures carriage return keystrokes
REOPT_SAVESELSelection is saved focus is lost
REOPT_SELBARHas a selection bar
See Also