Click or drag to resize

DummyCreateAdapter Method

Empty implementation to satisfy inheritance.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public override ControlAdapter CreateAdapter(
	ICTExtension parent
)

Parameters

parent
Type: ICTExtension

Return Value

Type: ControlAdapter
null
See Also