|
VLFormDesigner Reference
|
||||||||||||||||||
|
|
||||||||||||||||||
Returns or sets the current mode of operation of VLFormDesigner control
Syntax object.Mode[=value]
The Mode property syntax has these parts:
Settings The settings for value are:
Remarks The control behaves like a form designer in vlModeDraw and vlModeSelect whereas in vlRun mode it is just a container control like a picturebox. vlModeDraw is typically used when you want to let user add new control by drag and draw. VLFormDesigner will not add controls automatically, but it will notify end of rubber band drawing, so that you can add an appropriate control at run time at the position specified by the RubberBandEnd event parameters. vlModeSelect is used to let user move and resize the contained controls. In the mode, user can select multiple controls and move them together. You can also expose aligning and resizing methods which operate on selected controls to let the user align the selected controls or equi-size them as per the requirements. |
||||||||||||||||||
|
©2002-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |