| Package com.ms.awt.peer |
Previous |
Microsoft Packages |
Index |
Next |
public interface ComponentPeerX extends ComponentPeer
{
// Methods
int gethwnd();
void GetPlaceOnScreen(Rectangle r);
}
Specifies the methods that all Microsoft-extended components must define.
int gethwnd();Retrieves the window handle of the component.
Return Value:
Returns the window handle.
void GetPlaceOnScreen(Rectangle r);Retrieves the on-screen position of the component.
Return Value:
No return value.
Parameter Description r Rectangle to receive the coordinates of the component's on-screen position.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |