C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputButtonBase Class / InitControl Method
The System.Windows.Forms.Control to initialize.
Context that should be used to get calculated style properties.

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

Parameters

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