2.6.2.2.1 AUTOSIZE


Name

AUTOSIZE

Declaration

typedef enum tagAUTOSIZE
{
	AS_SELECTION	= 0x00010000,
	AS_NOWIDTH		= 0x00020000,
	AS_NOHEIGHT		= 0x00040000,
	AS_INVALIDATE	= 0x00080000,
} AUTOSIZE;

Remark

Header to Include

origin.h

Reference