C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputBase Class / InitControl Method
The control to initialize.
Context that should be used to get calculated style properties.

In This Topic
InitControl Method (RenderInputBase)
In This Topic
Initializes the input control.
Syntax
'Declaration
 
Protected Overridable Sub InitControl( _
   ByVal control As Control, _
   ByVal context As IScriptContext _
) 
 

Parameters

control
The control to initialize.
context
Context that should be used to get calculated style properties.
See Also