SRGraphComponent::SetStyle

void SRGraphComponent::SetStyle(DWORD style)

Initializes the m_Style member
The m_Style member contains codes for panel fill style, border style and shadow style.

Defined in: SRGComp.h

Parameters

style

The 32 bit component style data.

See also...

Border styles , Shadow styles , Background styles for available settings

Remarks

These settings may be combined using a bitwise OR operator, but it is highly recommended that you use the SRGraphStyle::SetComponentBorderStyle, SRGraphStyle::SetComponentShadowStyle, and SRGraphStyle::SetComponentFillStyle member functions.