ArcObjects Library Reference (Framework)  

IColorSelector.InitPopupPosition Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The InitPopupPosition method can be used to set the initial display location of the dialog box in screen coordinates.

See Also

IColorSelector Interface