C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / CreateControl Method
Context that should be used to to get calculated style properties.

In This Topic
CreateControl Method (RenderInputComboBox)
In This Topic
Creates the underlying System.Windows.Forms.Control.
Syntax
'Declaration
 
Public Function CreateControl( _
   ByVal context As IScriptContext _
) As Control
 

Parameters

context
Context that should be used to to get calculated style properties.

Return Value

The newly created control.
See Also