Table of Contents

Method SetRenderingFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetRenderingFlags(ControlRenderingFlags)

Sets the rendering flags for a control, which determine how the control is rendered.

void SetRenderingFlags(ControlRenderingFlags flags)

Parameters

flags ControlRenderingFlags

A 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.