- indexing
- title: "Visual Eiffel Library.NONCLIENTMETRICS structure contains the scalable metrics associated with the nonclient area of a nonminimized window. This structure is used by the SPI_GETNONCLIENTMETRICS and SPI_SETNONCLIENTMETRICS actions of SystemParametersInfo."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_NONCLIENTMETRICS
- inherit
-
WAPI_GET_POINTER
- end
- creation
- make
- feature -- Class data
-
cbSize: BIT 32
-
iBorderWidth: INTEGER
-
iScrollWidth: INTEGER
-
iScrollHeight: INTEGER
-
iCaptionWidth: INTEGER
-
iCaptionHeight: INTEGER
-
lfCaptionFont: LOGFONT_
-
iSmCaptionWidth: INTEGER
-
iSmCaptionHeight: INTEGER
-
lfSmCaptionFont: LOGFONT_
-
iMenuWidth: INTEGER
-
iMenuHeight: INTEGER
-
lfMenuFont: LOGFONT_
-
lfStatusFont: LOGFONT_
-
lfMessageFont: LOGFONT_
- feature -- Creation
-
make
- feature -- Access
-
ptr: POINTER
end -- class WAPI_NONCLIENTMETRICS