C1.WPF.PrintDocument.4.6.2 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
 

Return Value

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