public static class CBTEvent.CreateWnd extends CBTEvent
HCBT_CREATEWND
hook event.CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand
Constructor and Description |
---|
CreateWnd(java.lang.Object source,
com.jniwrapper.Bool allow,
Wnd newWindow,
CREATESTRUCT createstruct,
Wnd insertAfter) |
Modifier and Type | Method and Description |
---|---|
CREATESTRUCT |
getCreatestruct()
Returns
CREATESTRUCT structure of newly created window. |
Wnd |
getInsertAfter()
Returns handle to the window whose position in the Z order precedes that of the window being created.
|
Wnd |
getNewWindow()
Returns the handle to the new window.
|
public CreateWnd(java.lang.Object source, com.jniwrapper.Bool allow, Wnd newWindow, CREATESTRUCT createstruct, Wnd insertAfter)
public Wnd getNewWindow()
public CREATESTRUCT getCreatestruct()
CREATESTRUCT
structure of newly created window.public Wnd getInsertAfter()