public AutomationHasKeyboardFocusPropertyEvent (PopupButtonProvider provider)
			: base (provider,
				AutomationElementIdentifiers.HasKeyboardFocusProperty)
		{
		}
Esempio n. 2
0
 public InvokeProviderBehavior(PopupButtonProvider provider)
     : base(provider)
 {
     button = provider.Control as SWF.PopupButtonPanel.PopupButton;
 }
 public AutomationHasKeyboardFocusPropertyEvent(PopupButtonProvider provider)
     : base(provider,
            AutomationElementIdentifiers.HasKeyboardFocusProperty)
 {
 }