SRGraphStyle::SetStyle

void SRGraphStyle::SetStyle(DWORD style)

Sets a raw style

Defined in: SRGDat.h

Parameters

style

Bit combination with any or all style settings

See also...

GetStyle

Developer Notes

If possible, you should not use this or the GetStyle 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_dwStylex members.