SuppressEventProcessing
property (DataWindow object)
Description
Whether the ButtonClicked or ButtonClicking event is fired for
this particular button.
Applies to
Button controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.buttonname.SuppressEventProcessing |
Describe and Modify argument:
|
1 |
"buttonname.SuppressEventProcessing { = ' value ' }" |
|
Parameter |
Description |
|---|---|
|
buttonname |
The name of the button control for which you want |
|
value |
Whether event processing is to Values are: Yes — The event No — The event should be fired |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab.
Examples
|
1 2 3 4 |
string setting dw1.Object.b_name.SuppressEventProcessing = "Yes" setting = dw1.Describe("b_name.SuppressEventProcessing") dw1.Modify("b_name.SuppressEventProcessing = 'No'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest