Is there public api to override some methods of AccessibleObject/Control #10571
Unanswered
beqabeqa473
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi @beqabeqa473, I believe the team are wanting to iron out all the issues with the implementation before making it a Public API. @merriemcgaw might have more information. I am unsure if there is a tracking issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Frankly speaking, it is not good to have a possibility to do
customizations and don't have an access to it.
…On 1/5/24, Lachlan Ennis ***@***.***> wrote:
Hi @beqabeqa473,
I believe the team are wanting to iron out all the issues with the
implementation before making it a Public API.
@merriemcgaw might have more information. I am unsure if there is a tracking
issue.
--
Reply to this email directly or view it on GitHub:
#10571 (comment)
You are receiving this because you were mentioned.
Message ID:
***@***.***>
--
with best regards Beqa Gozalishvili
Tell: +995593454005
Email: ***@***.***
Web: https://gozaltech.org
Skype: beqabeqa473
Telegram: https://t.me/gozaltech
facebook: https://facebook.com/gozaltech
twitter: https://twitter.com/beqabeqa473
Instagram: https://instagram.com/beqa.gozalishvili
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
In a project i need to return an old behaviour of a listview object, because of lacking support of UIQA implementation of listview in NVDA screenreader in the past, and audience is from wider community, who may not upgrade to a current release NVDA version for specific reasons.
I am trying to do that, but unfortunately lots methods in AccessibleObject as well as Control is marked as internal like:
internal virtual bool IsIAccessibleExSupported
internal virtual bool SupportsUiaProviders => false;
Is there any api to override these methods, maybe proxy class?
Why it is not possible to customize a custom controll by a third-party developer?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions