Nach Ordnungsbegriffen durchsuchen

UIAutomation to open ComboBox from Code
18 Mai 08 06:07 | .NET Rocker » TrivadisContent
In WPF there’s an Automation Framework called UIAutomation. This Framework can be used to control UIElements from code. This can be useful for different scenarios: Provide the user additional help Control a programm by another programm Test applications...
Dependency Properties - Value Precendence
13 März 08 05:02 | .NET Rocker » TrivadisContent
The value of a Dependency Properties in WPF can be set from many sources: Templates, Styles, Data Binding, Animation, Local, Inherited from Element Tree,… That’s the reason why they are called "Dependency" Properties. Their values...