PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderInputButton Class / IsControlNeededParentForWmPrint Method

In This Topic
    IsControlNeededParentForWmPrint Method (RenderInputButton)
    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