Skip to content

Commit

Permalink
Merge pull request #18315 from dpoeschl/RenameControlType
Browse files Browse the repository at this point in the history
Update the rename dashboard to be have a ControlType of "Pane"
  • Loading branch information
dpoeschl authored Mar 30, 2017
2 parents 7c2c322 + 1fb9df4 commit 014308a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected override string GetNameCore()

protected override AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Edit;
return AutomationControlType.Pane;
}
}
}

0 comments on commit 014308a

Please sign in to comment.