OnToolSelectImg Event (Fred)

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:12

Description

This event runs when a an image is selected by Tool.

Syntax

OnToolSelectImg

Code

This code is available in the PageDesignerAddIn Class in the Page.Vb file within FredSystemAddInExpress project.

  Public Overridable Function OnToolSelectImg() As Integer Implements IFredEvent.OnToolSelectImg

    Dim result As Nullable(Of Boolean)

    Return Utils.OpenImageDlgBase(FredApp.AppBase.Windows.Item(0), My.Resources.IDS_SELIMAGE, True, result)(0)

  End Function

Context

Fred application dispatcher events