Bitmap as Control
#2596
visualizor
started this conversation in
General
Replies: 1 comment 2 replies
-
|
It works because of this implicit conversion on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I instantiate a
Bitmaplike so:It can be added to the layout even though the
DynamicLayout.Addmethod takes aControlas its first arg. How does that work?If the pic gets passed into another method as an
object, whereControls are added to a layout, I only have anifto catchControls.This
Bitmapwill slip through...Beta Was this translation helpful? Give feedback.
All reactions