Compartir a través de


MARGINS (Windows CE 5.0)

Send Feedback

This

typedef struct _MARGINS {intcxLeftWidth;intcxRightWidth;intcyTopHeight;intcyBottomHeight;} 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.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Imjpskin.h.

See Also

CImeCUIDefCompWindow::GetMargins | CImeCUIToolBar::ButtonArea::GetMargins | CImeCUICandWindow::CCandListArea::GetMargins | CImeCUICandWindow::CReadingsArea::GetMargins | CImeCUICandWindow::GetMargins

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.