RichEdit.HideSelection Method | |
Hide the selection in the rich edit.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD HideSelection(
lTemporary
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual HideSelection(
Usual lTemporary = default
)
Request Example
View SourceParameters
- lTemporary (Optional)
- Type: Usual
A logical value that is TRUE if the selection will be hidden temporarily and FALSE otherwise. If omitted, the default is TRUE.
Return Value
Type:
UsualSee Also