Example #1
0
 public static string AccessibleTextLabel(this Control control)
 {
     return(control?.AccessiblePreviousLabel()?.Text);
 }