NONCLIENTMETRICS

Aus API-Wiki
Version vom 14. Mai 2008, 10:49 Uhr von Nils Thomsen (Diskussion | Beiträge) (Die Seite wurde neu angelegt: <code vb> Type NONCLIENTMETRICS cbSize As Long iBorderWidth As Long iScrollWidth As Long iScrollHeight As Long iCaptionWidth As Long iCaptionHei...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen

Type NONCLIENTMETRICS

   cbSize As Long
   iBorderWidth As Long
   iScrollWidth As Long
   iScrollHeight As Long
   iCaptionWidth As Long
   iCaptionHeight As Long
   lfCaptionFont As LOGFONT
   iSMCaptionWidth As Long
   iSMCaptionHeight As Long
   lfSMCaptionFont As LOGFONT
   iMenuWidth As Long
   iMenuHeight As Long
   lfMenuFont As LOGFONT
   lfStatusFont As LOGFONT
   lfMessageFont As LOGFONT

End Type