SRGraphStyle::GetComponentStyle
inline DWORDSRGraphStyle::GetComponentStyle(void)
Retrieves component style data
Defined in: SRGDat.h
Return Value
Component style (unadulterated)
Remarks
This routine simply returns the contents of the m_dwComponentStyle member variable. If a specific style (ie. Shadow style or Border style) is required, use the specialized routines.See also...
GetComponentShadowStyle, GetComponentBorderStyle, GetComponentFillStyle
Developer Notes
The use of this routine is not recommended. Use the specific Get and Set routines provided.