TPMPARAMS Structure

Type TPMPARAMS
	cbSize As Long
	rcExclude As RECT
End Type

Description & Usage

The TPMPARAMS structure contains information needed to properly position a popup menu. Namely, this information consists of an exclusion rectangle. The exclusion rectangle is a rectangle on the screen which the popup menu is not allowed to cover. The popup menu's position will be adjusted in order to avoid the exclusion rectangle.

Visual Basic-Specific Issues

None.

Data Members

cbSize
The size in bytes of the structure.
rcExclude
The coordinates of the exclusion rectangle.

Used By

TrackPopupMenuEx

Back to the Structure list.
Back to the Reference section.


Last Modified: June 4, 2000
This page is copyright © 2000 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/t/tpmparams.html