Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NativeControlHost #2589

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Dec 5, 2023

This adds an easier way to host a native control within Eto without having to reference each of the platform-specific assemblies. You can pass the native object/handle to the NativeControlHost constructor, or if it is omitted then it will create a native control for you, along with a NativeHandle to do with what you wish.

Fixes #2167

@cwensley cwensley added this to the 2.8.3 milestone Dec 5, 2023
@cwensley cwensley merged commit 7a11c1b into picoe:develop Dec 5, 2023
3 checks passed
@cwensley cwensley deleted the curtis/nativecontrolhost branch December 5, 2023 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a HostControl to enable hosting native controls
1 participant