class
	WEL_NM_CUSTOM_DRAW

General
	cluster: wel
	description: "Objects that represent a Windows NMCUSTOMDRAW structure."
	create: make_by_nmhdr, make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	dwdrawstage: INTEGER_32
	dwitemspec: POINTER
	exists: BOOLEAN
	hdc: WEL_CLIENT_DC
	hdr: WEL_NMHDR
	is_equal (other: [like Current] WEL_NM_CUSTOM_DRAW): BOOLEAN
	item: POINTER
	litemlparam: POINTER
	rc: WEL_RECT
	shared: BOOLEAN
	Structure_size: INTEGER_32
	uitemstate: INTEGER_32

Commands
	copy (other: [like Current] WEL_NM_CUSTOM_DRAW)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared