The SetTitle event is triggered when status information changes. In the dbmlsync utility, this information is displayed in the title bar.
Public Event SetTitle( ByVal title ) As String ) Member of DbmlsyncCOM.Dbmlsync
title The title in the dbmlsync window title bar.
Use this event to receive the title normally seen on the dbmlsync window when its value changes.
The following Visual Basic .NET example sets the title of a Windows form when the SetTitle event is triggered.
Private Sub dbmlsync1_SetTitle( ByVal title As String ) Handles dbmlsync1.SetTitle Me.Text = title End Sub |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |