Whether the ButtonClicked or ButtonClicking event is fired for this particular button.
Button controls
Describe and Modify argument:
"buttonname.SuppressEventProcessing { = ' value ' }"
Parameter |
Description |
---|---|
buttonname |
The name of the button control for which you want to suppress event processing. |
value |
Whether event processing is to occur. Values are:
|
Select the control and set the value in the Properties window, General category.
[Visual Basic] setting = dw1.Describe("b_name.SuppressEventProcessing")
dw1.Modify("b_name.SuppressEventProcessing ='No'")