Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WPF]Set the name of a control #562

Closed
wants to merge 3 commits into from

Commits on Nov 3, 2015

  1. * Extended the interface so that the control's name can be set

     * Implemented extended interface in WPF/WidgetBackend.
    
    This change is important for UI automation/UI testing tools like Microsoft Test Manager. These tools use the name of a control to identify it, without setting a name, at least Microsoft Test Manager will use the first control of that type that it encounters (for example: the minimize button)
    steffenWi committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    2f45218 View commit details
    Browse the repository at this point in the history
  2. make use of the extended interface.

    steffenWi committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    d98cf66 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Make the 'XwtComponent.Tag' Property virtual so that it can be overri…

    …den by a control which in turn makes it possible to set the tag property on the native control itself.
    steffenWi committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    548fd03 View commit details
    Browse the repository at this point in the history