jj 16.03 hints
This commit is contained in:
@@ -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 +++++"
|
||||
|
||||
Reference in New Issue
Block a user