ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / ButtonAction Property




In This Topic
    ButtonAction Property
    In This Topic
    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