Override this method to define the drawing flags. These flags manage the object's painting.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual DrawingFlagsEnum GetDrawingFlags(
	bool renderInputControls
)
Visual Basic
Protected Overridable Function GetDrawingFlags ( _
	renderInputControls As Boolean _
) As DrawingFlagsEnum

Parameters

renderInputControls
Type: System..::..Boolean

Return Value

See Also