RichEdit.HideSelection Method (Typed) | |
Hide the selection in the rich edit.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD HideSelection(
lTemporary AS LOGIC
) AS VOID
public virtual void HideSelection(
[DefaultParameterValueAttribute(true, 0)] bool lTemporary
)
Request Example
View SourceParameters
- lTemporary
- Type: Logic
A logical value that is TRUE if the selection will be hidden temporarily and FALSE otherwise. If omitted, the default is TRUE.
See Also