 | 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.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected override void OnHandleCreated(
EventArgs e
)
Protected Overrides Sub OnHandleCreated (
e As EventArgs
)
Parameters
- e EventArgs
See Also