ImageGear .NET - Updated
ButtonAction Property




ImageGear24.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
public ImGearARTForms.DelegateButtonAction ButtonAction {get; set;}
public: __property ImGearARTForms.DelegateButtonAction* get_ButtonAction();
public: __property void set_ButtonAction( 
   ImGearARTForms.DelegateButtonAction* value
);
public:
property ImGearARTForms.DelegateButtonAction^ ButtonAction {
   ImGearARTForms.DelegateButtonAction^ get();
   void set (    ImGearARTForms.DelegateButtonAction^ value);
}

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