[NUI][ATSPI] Add a function to check whether accessibility is enabled (#3463)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 31 Aug 2021 08:37:20 +0000 (17:37 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 1 Sep 2021 08:20:01 +0000 (17:20 +0900)
commit8a9f9baf8066ccd7820d816c87d7287d4ff13e4b
treef744f03140956eb33b70536b61807a45d2e04d1a
parent568a2e6accf3053afa77b336679e581a82531eeb
[NUI][ATSPI] Add a function to check whether accessibility is enabled (#3463)

* [NUI][ATSPI] Add a function to check whether accessibility is enabled

- Added `IsEnabled` to check accessibility state

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Change the type of Enabled to property

- Make `Enabled` both static and property.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/SelectButton.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Controls/Switch.cs
src/Tizen.NUI/src/internal/Interop/Interop.Accessibility.cs
src/Tizen.NUI/src/public/Accessibility/Accessibility.cs
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs