RichEdit.GetOption Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetOption(
Usual kOption = default
)
Request Example
View SourceParameters
- 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 Constant | Description |
---|
REOPT_AUTOWORD | Automatic selection of a word on double-click |
REOPT_AUTOVSCROLL | Automatic vertical scrolling |
REOPT_AUTOHSCROLL | Automatic horizontal scrolling |
REOPT_NOHIDESEL | Selection is not hidden when focus is lost |
REOPT_READONLY | Editing of text is not permitted |
REOPT_WANTRETURN | Captures carriage return keystrokes |
REOPT_SAVESEL | Selection is saved focus is lost |
REOPT_SELBAR | Has a selection bar |
See Also