Click or drag to resize

ControlAdapterOnHandleCreated Method

Managed control doesn't get native parent's font so it fallbacks to some legacy system font which is pretty bad at least with chinese os. To fix the issue, let's force the correct system font here.

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected override void OnHandleCreated(
	EventArgs e
)

Parameters

e  EventArgs
See Also