This document is archived and information here might be outdated.  Recommended version.


IColorSelector.InitPopupPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IColorSelector Interface > IColorSelector.InitPopupPosition Method
ArcGIS Developer Help

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