Syntax
1: For RichTextEdit controls
Description
Occurs when the user releases the left mouse button in a
RichTextEdit control.
Event ID
|
Event ID |
Objects |
|---|---|
|
pbm_renlbuttonup |
RichTextEdit |
Arguments
None
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 — Continue processing
Usage
A Clicked event also occurs when the mouse button is
released.
Examples
The following code in a RichTextEdit control’s MouseUp event
assigns text to the SingleLineEdit sle_1 when the user releases the left
mouse button:
|
1 |
sle_1.Text = "Mouse Up" |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest