Contents Index Topic Contents | ||
Previous Topic: selectedIndex Next Topic: shape |
self
Description
Refers to the current window. The property provides a way to explicitly refer to the current window or frame.
Syntax
object.self
Remarks
Use the self property to disambiguate a window property from a form of the same name. You can also use the self property to make your code more readable.
This property has read-only permission, meaning you can retrieve its current value, but not change it.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.