SRGraphStyle::GetStyle

DWORD SRGraphStyle::GetStyle(void)

Retrieves a raw style

Defined in: SRGDat.h

Return Value

DWORD with all current styles from the m_dwStyle member

See also...

SetStyle

Developer Notes

If possible, you should not use this or the SetStyle members. Use the provided Get and Set member functions instead. These routines ensure that no bit mask confusion can arise from direct access to the m_dwStyle?? members.