Page Object Members

Access Developer Reference

A Page object corresponds to an individual page on a tab control.

Methods

  Name Description
Bb257409.methods(en-us,office.12).gif Move Moves the specified object to the coordinates specified by the argument values.
Bb257409.methods(en-us,office.12).gif Requery The Requery method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
Bb257409.methods(en-us,office.12).gif SetFocus The SetFocus method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
Bb257409.methods(en-us,office.12).gif SizeToFit You can use the SizeToFit method to size a control so it fits the text or image that it contains.

Properties

  Name Description
Bb257409.properties(en-us,office.12).gif Application You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.
Bb257409.properties(en-us,office.12).gif Caption Gets or sets the text that appears at the top of the page. Read/write String.
Bb257409.properties(en-us,office.12).gif Controls Returns the Controls collection of a form, subform, report or section. Read-only Controls.
Bb257409.properties(en-us,office.12).gif ControlTipText You can use the ControlTipText property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write String.
Bb257409.properties(en-us,office.12).gif ControlType You can use the ControlType property in Visual Basic to determine the type of a control on a form or report. Read/write Byte.
Bb257409.properties(en-us,office.12).gif Enabled You can use the Enabled property to set or return the status of the conditional format in the FormatCondition object. Read/write Boolean.
Bb257409.properties(en-us,office.12).gif EventProcPrefix Gets or sets the prefix portion of an event procedure name. Read/write String.
Bb257409.properties(en-us,office.12).gif Height Gets or sets the height of the specified object in twips. Read/write Integer.
Bb257409.properties(en-us,office.12).gif HelpContextId The HelpContextID property specifies the context ID of a topic in the custom Help file specified by the HelpFile property setting. Read/write Long.
Bb257409.properties(en-us,office.12).gif InSelection You can use the InSelection property to determine or specify whether a control on a form in Design view is selected. Read/write Boolean.
Bb257409.properties(en-us,office.12).gif IsVisible You can use the IsVisible property in to determine whether a control on a report is visible. Read/write Boolean.
Bb257409.properties(en-us,office.12).gif Left You can use the Left property to specify an object's location on a form or report. Read/write Integer.
Bb257409.properties(en-us,office.12).gif Name You can use the Name property to specify or determine the string expression that identifies the name of an object. Read/write String.
Bb257409.properties(en-us,office.12).gif OnClick Sets or returns the value of the On Click box in the Properties window. Read/write String.
Bb257409.properties(en-us,office.12).gif OnDblClick Sets or returns the value of the On Dbl Click box in the Properties window. Read/write String.
Bb257409.properties(en-us,office.12).gif OnMouseDown Sets or returns the value of the On Mouse Down box in the Properties window. Read/write String.
Bb257409.properties(en-us,office.12).gif OnMouseMove Sets or returns the value of the On Mouse Move box in the Properties window. Read/write String.
Bb257409.properties(en-us,office.12).gif OnMouseUp Sets or returns the value of the On Mouse Up box in the Properties window. Read/write String.
Bb257409.properties(en-us,office.12).gif PageIndex You can use the PageIndex property to specify or determine the position of a Page object within a Pages collection. The PageIndex property specifies the order in which the pages on a tab control appear. Read/write Integer.
Bb257409.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb257409.properties(en-us,office.12).gif Picture You can use the Picture property to specify a bitmap or other type of graphic to be displayed on the specified control. Read/write String.
Bb257409.properties(en-us,office.12).gif PictureData You can use the PictureData property to copy the picture to another object that supports the Picture property. Read/write Variant.
Bb257409.properties(en-us,office.12).gif PictureType You can use the PictureType property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write Byte.
Bb257409.properties(en-us,office.12).gif Properties Returns a reference to a control's Properties collection object. Read-only.
Bb257409.properties(en-us,office.12).gif Section You can identify these controls by the section of a form or report where the control appears. Read/write Integer.
Bb257409.properties(en-us,office.12).gif ShortcutMenuBar You can use the ShortcutMenuBar property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write String.
Bb257409.properties(en-us,office.12).gif StatusBarText You can use the StatusBarText property to specify the text that is displayed in the status bar when a control is selected. Read/write String.
Bb257409.properties(en-us,office.12).gif Tag Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write String.
Bb257409.properties(en-us,office.12).gif Top You can use the Top property to specify an object's location on a form or report. Read/write Integer.
Bb257409.properties(en-us,office.12).gif Visible Returns or sets whether the object is visible. Read/write Boolean.
Bb257409.properties(en-us,office.12).gif Width Gets or sets the width of the specified object in twips. Read/write Integer.

Events

  Name Description
Bb257409.events(en-us,office.12).gif Click The Click event occurs when the user presses and then releases a mouse button over an object.
Bb257409.events(en-us,office.12).gif DblClick The DblClick event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
Bb257409.events(en-us,office.12).gif MouseDown The MouseDown event occurs when the user presses a mouse button.
Bb257409.events(en-us,office.12).gif MouseMove The MouseMove event occurs when the user moves the mouse.
Bb257409.events(en-us,office.12).gif MouseUp The MouseUp event occurs when the user releases a mouse button.