jj 16.03 hints
This commit is contained in:
@@ -66,7 +66,7 @@ Public Class frmFormInput
|
||||
thisformid = CURRENT_FORM_ID
|
||||
Me.VWPMO_CONTROL_SCREENTableAdapter.Fill(Me.DD_DMSDataSet.VWPMO_CONTROL_SCREEN, thisformid)
|
||||
|
||||
CtrlBuilder = New ClassControlBuilder(pnlView, ttTooltip)
|
||||
CtrlBuilder = New ClassControlBuilder(pnlView)
|
||||
CtrlCommandUI = New ClassControlCommandsUI(CtrlBuilder,
|
||||
ContextMenuStrip1,
|
||||
AddressOf NewEditAppointment,
|
||||
@@ -86,6 +86,10 @@ Public Class frmFormInput
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub HandleToolTip(sender As Object, e As EventArgs)
|
||||
Console.WriteLine("show tooltip")
|
||||
End Sub
|
||||
#End Region
|
||||
|
||||
#Region "+++++ Layout +++++"
|
||||
|
||||
Reference in New Issue
Block a user