WINDOWPOS 结构

定义

表示窗口的位置。

public value class WINDOWPOS
struct WINDOWPOS
public struct WINDOWPOS
type WINDOWPOS = struct
Public Structure WINDOWPOS
继承
WINDOWPOS

字段

cx

相对于 x 的 x 坐标。

cy

相对于 y 的 y 坐标。

flags

标志。

hwnd

窗口处理程序。

hwndInsertAfter

其他窗口句柄。

x

X 坐标。

y

Y 坐标。

适用于