This document is archived and information here might be outdated. Recommended version. |
Initialize Popup Position.
[Visual Basic .NET]
Public Sub InitPopupPosition ( _
ByVal parentLeft As Integer, _
ByVal parentTop As Integer, _
ByVal parentRight As Integer, _
ByVal parentBottom As Integer, _
ByVal aboveParent As Boolean _
)
[C#]
public void InitPopupPosition (
int parentLeft,
int parentTop,
int parentRight,
int parentBottom,
bool aboveParent
);
The InitPopupPosition method can be used to set the initial display location of the dialog box in screen coordinates.