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




In This Topic
    HotSpotAction Property
    In This Topic
    Gets or sets a reference to HotSpotAction delegate if registered.
    Syntax
    'Declaration
     
    Public Property HotSpotAction As ImGearARTForms.DelegateHotSpotAction
    'Usage
     
    Dim instance As ImGearARTForms
    Dim value As ImGearARTForms.DelegateHotSpotAction
     
    instance.HotSpotAction = value
     
    value = instance.HotSpotAction
    public ImGearARTForms.DelegateHotSpotAction HotSpotAction {get; set;}
    public: __property ImGearARTForms.DelegateHotSpotAction* get_HotSpotAction();
    public: __property void set_HotSpotAction( 
       ImGearARTForms.DelegateHotSpotAction* value
    );
    public:
    property ImGearARTForms.DelegateHotSpotAction^ HotSpotAction {
       ImGearARTForms.DelegateHotSpotAction^ get();
       void set (    ImGearARTForms.DelegateHotSpotAction^ value);
    }

    Property Value

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