View | Details | Raw Unified | Return to bug 428845
Collapse All | Expand All

(-)Mono.UIAutomation.Winforms.Behaviors/BaseColorControl/SmallColorControlInvokeProviderBehavior.cs (-3 / +2 lines)
Lines 85-93 Link Here
85
				Provider.Control.BeginInvoke (new MethodInvoker (PerformClick));
85
				Provider.Control.BeginInvoke (new MethodInvoker (PerformClick));
86
				return;
86
				return;
87
			}
87
			}
88
88
			
89
			// TODO:
89
			((ColorDialog.BaseColorControl.SmallColorControl) Provider.Control).IsSelected = true;
90
//			((ColorDialog.BaseColorControl.SmallColorControl) Provider.Cotrol).InternalColor
91
		}
90
		}
92
		
91
		
93
		#endregion
92
		#endregion

Return to bug 428845