RELEASE BAR

Sizable

Sizable allows you to resize a toolbar, OLEBoundControl, or OLEControl.

Usage

oObject.Sizable = lResizable lResizable = oObject.Sizable
When Sizable is set true, a toolbar can be resized by clicking and dragging the mouse over any of its borders.

Even if a toolbar's Sizable property is .F., the mouse pointer still displays double-headed arrows when floated over the borders. Even more difficult to deal with is that, while the user cannot reshape a toolbar, docking (particularly docking on the vertical edges) reshapes the toolbar. Since this is bound to frustrate your users to no end, we recommend you leave this as the default .T.


For an OLE object, Sizable determines whether the object within the control can be resized. When the object is activated, by double-clicking or using the DoVerb method, the border around the object shows drag handles on the corners and centers of each border. A user can then resize an OLE object to obscure other controls on the form, but only until the control loses the focus—then the OLE object is cropped to fit within its original size. Similarly, shrinking the OLE object does not change the active, clickable area of the OLE control. However, if AutoSize is also true, the entire control resizes to accommodate the resized OLE object. We can't imagine a situation where we would want the end user to have that much control. Sizable is a good feature, but not when it's combined with AutoSize.

Example

oForm.OLEControl.Sizable = .T.

See Also

AutoSize, Dock, DoVerb, OLEBoundControl, OLEControl, Toolbar, UnDock


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net