MARGINS 構造体 (uxtheme.h)
ビジュアル スタイルが適用されているウィンドウの余白を定義するために 、GetThemeMargins 関数によって返されます。
構文
typedef struct _MARGINS {
int cxLeftWidth;
int cxRightWidth;
int cyTopHeight;
int cyBottomHeight;
} MARGINS, *PMARGINS;
メンバー
cxLeftWidth
型: int
サイズを保持する左罫線の幅。
cxRightWidth
型: int
サイズを保持する右罫線の幅。
cyTopHeight
型: int
サイズを保持する上罫線の高さ。
cyBottomHeight
型: int
サイズを保持する下罫線の高さ。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uxtheme.h |