CGXStylesMap::LookupStyle

BOOL LookupStyle(WORD wStyleId, CGXStyle*& style) const;

wStyleId

Specifies the base style.

style

Specifies the returned value from the looked-up style.

Return Value

TRUE if the style could be found; it is FALSE if the style could not be found.

Remarks

Looks up a specified base style.

Normally, you will not have to call this method directly as it is more comfortable to call the CGXGridCore member functions StandardStyle, RowHeaderStyle, ColHeaderStyle or BaseStyle. These methods encapsulate a call to this method and return a reference to the base style.

See Also

 CGXGridCore::StandardStyle  CGXGridCore::RowHeaderStyle  CGXGridCore::ColHeaderStyle  CGXGridCore::BaseStyle

CGXStylesMap

 Class Overview |  Class Members