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