Example #1
0
 void SetupAccessibilityForPath()
 {
     comboboxentryPath.SetCommonAccessibilityAttributes("FindInFilesDialog.comboboxentryPath",
                                                        "Path",
                                                        GettextCatalog.GetString("Enter the Path"));
     comboboxentryPath.SetAccessibilityLabelRelationship(labelPath);
 }
Example #2
0
 void SetupAccessibilityForReplace()
 {
     comboboxentryReplace.SetCommonAccessibilityAttributes("FindInFilesDialog.comboboxentryReplace",
                                                           "Replace",
                                                           GettextCatalog.GetString("Enter string to replace"));
     comboboxentryReplace.SetAccessibilityLabelRelationship(labelReplace);
 }
Example #3
0
        void SetupAccessibilityForPath()
        {
            comboboxentryPath.SetCommonAccessibilityAttributes("FindInFilesDialog.comboboxentryPath",
                                                               labelPath,
                                                               GettextCatalog.GetString("Enter the Path"));

            buttonBrowsePaths.SetCommonAccessibilityAttributes("FindInFilesDialog.buttonBrowsePaths",
                                                               GettextCatalog.GetString("Browse Path"),
                                                               GettextCatalog.GetString("Select a folder"));
        }