ariel_au
March 31st, 2001, 06:23 PM
what is me.height and what is me.scaleheight?
what r the differences?
what is a .Tag for? in what application should i use ir?
what r the differences?
what is a .Tag for? in what application should i use ir?
|
Click to See Complete Forum and Search --> : Q & A ariel_au March 31st, 2001, 06:23 PM what is me.height and what is me.scaleheight? what r the differences? what is a .Tag for? in what application should i use ir? shree March 31st, 2001, 07:55 PM For a form, height is the height, including borders and all. It includes the title bar, the menu and the status bar if any. scaleheight is the height of the client area only, ie, the area in which you can write something. Height is in twips, scaleheight is in the scale, set by the scale property. The situation is similat for pictureboxes and another. Height and scaleheight are same(provided the units are the same) if the borderstyle is set to none. The tag property is present in most control. It has no defined function, but you can use it for your convenience. I generally use it to save status of the control. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |