Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / IsControlNeededParentForWmPrint Method

In This Topic
    IsControlNeededParentForWmPrint Method (RenderInputCheckBox)
    In This Topic
    Called to test whether the underlying control requires a parent to correctly process the WM_PRINT message.
    Syntax
    'Declaration
     
    Public Overridable Function IsControlNeededParentForWmPrint() As Boolean
    public virtual bool IsControlNeededParentForWmPrint()

    Return Value

    True (override this method to change that).
    See Also