Table of Contents

Method Show

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

Show(Control, Point)

When implemented by a class, displays popup window with specified parameters.

public void Show(Control ownerControl, Point position)

Parameters

ownerControl Control

The control that is the reference point for the pop-up position.

position Point

The horizontal and vertical location of the reference control's upper-left corner, in pixels.