MARGINS Structure


This is preliminary documentation and is subject to change.

This is a structure that defines the magins of theme-aware windows.

Syntax

typedef struct {
    int cxLeftWidth;
    int cxRightWidth;
    int cyTopHeight;
    int cyBottomHeight;
} MARGINS;

Members

cxLeftWidth
Width of the left border that retains its size.
cxRightWidth
Width of the right border that retains its size.
cyTopHeight
Height of the top border that retains its size.
cyBottomHeight
Height of the bottom border that retains its size.

Structure Information

HeaderThemeApi.h
Minimum operating systems Windows NT Whistler


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