The getTextSelectionEnabled() system
function indicates whether the user can select text from a Rich UI
widget that you are developing. By default, the user cannot select
text, but you can change the behavior of the application by setting setTextSelectionEnabled().
The RUILib.getTextSelectionEnabled() system
function is used only when you are developing a new Rich UI widget,
not when you developing a Rich UI handler.
Syntax
result BOOLEAN = RUILib.getTextSelectionEnabled()
- result
- A Boolean value that indicates whether text selection is enabled.