WinControlDrawMethod Enum
Specifies how the Windows Forms control that is embedded using a WinControlContainer should be drawn in a report.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
Use
|
Use the WM_PAINT message to draw the Windows Forms control. |
Use
|
Use the WM_PRINT message to draw the Windows Forms control. |
Use
|
Use the WM_PAINT message to recursively draw the Windows Forms control and all its child controls. |
Use
|
Use the WM_PRINT message to recursively draw the Windows Forms control and all its child controls. |
#Related API Members
The following properties accept/return WinControlDrawMethod values:
#Remarks
Use this enumeration’s members to determine what drawing method is used to draw the specified Windows Forms control. This enumeration is used by the WinControlContainer.DrawMethod property.