Called to test whether the underlying control requires a parent to correctly process the WM_PRINT message.

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

Syntax

C#
public virtual bool IsControlNeededParentForWmPrint()
Visual Basic
Public Overridable Function IsControlNeededParentForWmPrint As Boolean

Return Value

True (override this method to change that).

See Also