Overriden. Performs the associated button’s action.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public override void Execute( IRenderInputControlParent container ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub Execute ( _ container As IRenderInputControlParent _ ) |
Parameters
- container
- Type: C1.C1PrintDocument..::.IRenderInputControlParent
The IRenderInputControlParent object representing the context in which the input control functions. The IRenderInputControlParent interface is implemented by the C1PreviewPane class.