NavigationControl.Move Method (Access)
Moves the specified object to the coordinates specified by the argument values.
Version Information
Version Added: Access 2010
Syntax
expression .Move(Left, Top, Width, Height)
expression A variable that represents a NavigationControl object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Left |
Required |
Variant |
|
Top |
Optional |
Variant |
|
Width |
Optional |
Variant |
|
Height |
Optional |
Variant |
Remarks
Only the Left argument is required. However, to specify any other arguments, you must specify all the arguments that precede it. For example, you cannot specify Width without specifying Left and Top. Any trailing arguments that are unspecified remain unchanged.
This method overrides the Moveable property.
In Datasheet View or Print Preview, changes made using the Move method are saved if the user explicitly saves the database, but Access does not prompt the user to save such changes.