Share via


MARGINS (Windows Embedded CE 6.0)

1/6/2010

This

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.

Requirements

Header imjpskin.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

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

Other Resources

Japanese IME 3.1 Structures