Method SetRenderingFlags
SetRenderingFlags(ControlRenderingFlags)
Sets the rendering flags for a control, which determine how the control is rendered.
void SetRenderingFlags(ControlRenderingFlags flags)
Parameters
flagsControlRenderingFlagsA combination of ControlRenderingFlags values that specify the rendering options to apply.
Remarks
The specified flags control various aspects of the rendering behavior. Ensure that the flags provided are valid combinations of the ControlRenderingFlags enumeration. Invalid or unsupported flags may result in undefined behavior.