Sizable
Sizable allows you to resize a toolbar, OLEBoundControl, or OLEControl.
Usage |
oObject.Sizable = lResizable lResizable = oObject.Sizable |
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. |
Example |
oForm.OLEControl.Sizable = .T. |
See Also |
AutoSize, Dock, DoVerb, OLEBoundControl, OLEControl, Toolbar, UnDock |