ImageGear PDF v25.1 - Updated July 30, 2021
ButtonAction Property




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : ButtonAction Property
Gets or sets a reference to ButtonAction delegate if registered.
Syntax
'Declaration
 
Public Property ButtonAction As ImGearARTForms.DelegateButtonAction
 
'Usage
 
Dim instance As ImGearARTForms
Dim value As ImGearARTForms.DelegateButtonAction
 
instance.ButtonAction = value
 
value = instance.ButtonAction

Property Value

ImGearARTForms.DelegateButtonAction delegate.
Remarks
It is automatically called from the ART forms running in the RUN mode when the user clicks on the Button annotation.
See Also

Reference

ImGearARTForms Class
ImGearARTForms Members
ImGearARTForms.DelegateButtonAction Delegate