jj 16.03 hints

This commit is contained in:
JenneJ
2016-03-16 16:48:19 +01:00
parent 9b2a80d017
commit bb5f74b02c
15 changed files with 163 additions and 72 deletions

View File

@@ -69,8 +69,7 @@ Public Class frmQuickEdit
AddressOf Control_MouseUp,
AddressOf Control_MouseMove,
AddressOf Control_Click,
AddressOf Groupbox_DragDrop,
ttTooltip)
AddressOf Groupbox_DragDrop)
CtrlCommandUI = New ClassControlCommandsUI(CtrlBuilder,
ContextMenuStrip1,
@@ -95,6 +94,10 @@ Public Class frmQuickEdit
End Sub
Private Sub HandleToolTip(sender As Object, e As EventArgs)
Console.WriteLine("show tooltip")
End Sub
#End Region
#Region "+++++ Layout +++++"