This commit is contained in:
Frank Skare
2019-03-08 22:51:34 +01:00
parent 714eb7c9fa
commit 6022809080
7 changed files with 10 additions and 21 deletions

View File

@@ -254,14 +254,9 @@ Namespace UI
MyBase.New(container)
End Sub
Protected Overrides Sub OnOpening(e As CancelEventArgs)
MyBase.OnOpening(e)
MenuHelp.SetRenderer(Me)
End Sub
Protected Overrides Sub OnHandleCreated(e As EventArgs)
MyBase.OnHandleCreated(e)
Font = New Font("Segoe UI", 9)
MenuHelp.SetRenderer(Me)
End Sub
<DefaultValue(GetType(Form), Nothing)>