OD_PROPPAGESEL

enum OD_PROPPAGESEL {
	OD_PROPPAGE_NAME,
	OD_PROPPAGE_TEXT,
	OD_PROPPAGE_TRANSPARENCY,
	OD_PROPPAGE_EDIT,
	OD_PROPPAGE_LABELS,
	OD_PROPPAGE_LINE,
	OD_PROPPAGE_FILL,
	OD_PROPPAGE_FONT,
	OD_PROPPAGE_POSSIZE,
	OD_PROPPAGE_ACTIVEX,
	OD_PROPPAGE_ALL,
};
Property sheet flags; used to select which of the available property pages are to be made available to the user when using a CODCompPropSheet property sheet.

Defined in: OdCompPropSheet.h

Members

OD_PROPPAGE_NAME

Show the component name property page.

OD_PROPPAGE_TEXT

Show the component text field in the name property page.

OD_PROPPAGE_TRANSPARENCY

Show the bitmap transparency field in the name property page.

OD_PROPPAGE_EDIT

Show the component edit properties property page.

OD_PROPPAGE_LABELS

Show the label orientation property page.

OD_PROPPAGE_LINE

Show the line properties property page.

OD_PROPPAGE_FILL

Show the fill properties property page.

OD_PROPPAGE_FONT

Show the font properties property page.

OD_PROPPAGE_POSSIZE

Show the position and size page.

OD_PROPPAGE_ACTIVEX

Show the ActiveX properties.

OD_PROPPAGE_ALL

Show all applicable property pages.