Microsoft SDK for Java

SplitterEvent.SplitterEvent

Creates a SplitterEvent object.

Syntax

public SplitterEvent( int x, int y, int splitX, int splitY )

Parameters

x

The x-coordinate of the mouse pointer (in client coordinates).

y

The y-coordinate of the mouse pointer (in client coordinates).

splitX

The x-coordinate of the upper-left corner of the splitter (in client coordinates).

splitY

The y-coordinate of the upper-left corner of the splitter (in client coordinates).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.