Description
This event runs when a text is selected by Tool.
Syntax
OnToolSelectTxt |
Code
This code is available in the PageDesignerAddIn Class in the Page.Vb file within FredSystemAddInExpress project.
Public Overridable Function OnToolSelectTxt() As Integer Implements IFredEvent.OnToolSelectTxt
Return Utils.OpenTextDlgBase(FredApp.AppBase.Windows.Item(0), My.Resources.IDS_SELTEXT, True)(0)
End Function
Context
Fred application dispatcher events