![]() | Control |
The ControlAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControlAdapter | Protected internal contructor prevents outside users deriving from this class. |
Name | Description | |
---|---|---|
![]() | ParentExtension | Parent Extension that owns this control. |
Name | Description | |
---|---|---|
![]() | NotifyPageRefresh | Overrideable function to update UI when user navigates back and forth in options. |
![]() | OnHandleCreated |
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.
(Overrides ControlOnHandleCreated(EventArgs)) |