MARGINS Structure
MARGINS Structure

Returned by the GetThemeMargins function to define the margins of windows that have visual styles applied.

Syntax

typedef struct _MARGINS {
    int cxLeftWidth;
    int cxRightWidth;
    int cyTopHeight;
    int cyBottomHeight;
} MARGINS, *PMARGINS;

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

Headeruxtheme.h
Minimum operating systems Windows XP

See Also

GetThemeMargins
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker