Microsoft SDK for Java

Control.getHandle

Retrieves the window handle (HWND) that this control is bound to.

Syntax

public final int getHandle()

Return Value

Returns the HWND of the control.

Remarks

If the handle has not yet been created, this will force handle creation.

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