Hook request - menuItemZoom_Click()
Posted: Mon Dec 14, 2020 5:50 am
Hello-
I would like a hook added at the bottom of MenuItemZoom_Click() on FormOpenDental below line 5028 like so:
Thanks.
I would like a hook added at the bottom of MenuItemZoom_Click() on FormOpenDental below line 5028 like so:
Code: Select all
this.Size=new Size(LayoutManager.Scale(size96Old.Width),LayoutManager.Scale(size96Old.Height));
}
Plugins.HookAddCode(this, "menuItemZoom_Click_bottom", this.Menu);