<< Return to Main Index

< Return to Class Index

CGXGridParam::SetProperties

void SetProperties(CGXProperties* pProperties, BOOL bMustDelete = TRUE);

pProperties

A pointer to the properties object.

bMustDelete

Specifies if the object should be destroyed when the parameter object is destroyed.

Remarks

Attaches a properties object to the parameter object.

If the parameter object already owns a pointer to a properties object, the old one is replaced and if necessary deleted.

The property object maintains display and print properties of a grid, such as margins, header/footer, and colors of grid lines.

See Also

CGXProperties CGXGridParam::GetProperties

CGXGridParam

Class Overview | Class Members