From 9de1b2965f0b52771928896ef1d5237a07b443ce Mon Sep 17 00:00:00 2001 From: Eric Maupin Date: Mon, 9 Sep 2019 16:44:29 -0400 Subject: [Win] Include property button in A11y tree --- Xamarin.PropertyEditing/Properties/Resources.Designer.cs | 6 ++++++ Xamarin.PropertyEditing/Properties/Resources.resx | 3 +++ 2 files changed, 9 insertions(+) (limited to 'Xamarin.PropertyEditing') diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs index 7ab73b3..c8cc438 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs +++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs @@ -1264,5 +1264,11 @@ namespace Xamarin.PropertyEditing.Properties { return ResourceManager.GetString("UncommonPropertiesName", resourceCulture); } } + + public static string PropertyButtonName { + get { + return ResourceManager.GetString("PropertyButtonName", resourceCulture); + } + } } } diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx index 8e29b7a..e778724 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.resx +++ b/Xamarin.PropertyEditing/Properties/Resources.resx @@ -806,4 +806,7 @@ Arrange by {0} + + Advanced options + \ No newline at end of file -- cgit v1.2.3