the title already tells the question: you can successfully call the Print-Method on a PictureBox-instance. But it is not shown in the object browser.
same applies for some other methods, Pset()
for example is listed but the syntax is not completely correct.
Edit: The methods Ubound()
and LBound()
for inspection of array bounds is not listed anywhere. And in the IDE, auto-completion doesn't show it as tooltip either.
Does anybody know the reason for this?