Winapi.Messages.TWMDrawItem

提供:RAD Studio API Documentation

Delphi

TWMDrawItem = record

C++

struct DECLSPEC_DRECORD TWMDrawItem
{
public:
    unsigned Msg;
    HWND Ctl;
    Winapi::Windows::PDrawItemStruct DrawItemStruct;
    int Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

説明

WM_DRAWITEM のための Windows メッセージ レコード。

WM_DRAWITEM メッセージについての詳細については、次の Windows Dev Center のドキュメントを参照してください。

http://msdn.microsoft.com/library/en-us/windows/desktop/bb775923.aspx