ToggleUnderline - cRichEdit
Toggles selected text between underlined and normal text
Type: Procedure
Syntax
Procedure ToggleUnderline
Call Example
Send ToggleUnderline
Description
Toggles selected text between underlined and normal text.
This message is provided to allow toggling of selected text between underlined and normal (non-underlined) text. It toggles pbUnderline between True and False. It is fired via the predefined shortcut key Ctrl+U.
You can use the message to fire toggling of the selected text between underlined and normal text, for example, by calling it from a toolbar button.
Sample
This sample toggles the selected text of control oRichEdit1 between underlined and normal text.
send ToggleUnderline of oRichEdit1