This interface must be implemented by the Windows control containing the C1Preview Forms’ controls. In the current version of C1Preview this interface is implemented by the C1PreviewPane class.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public interface IRenderInputControlParent
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Interface IRenderInputControlParent

See Also