Click here to Skip to main content
15,894,907 members
Articles / Desktop Programming / XAML

Finding a Child Control Inside Another Control

Rate me:
Please Sign up or sign in to vote.
3.80/5 (6 votes)
20 May 2009CPOL1 min read 50.1K   556   12  
Finding a child control inside another control
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" EntryPointAssembly="FindingChildControl" EntryPointType="FindingChildControl.App" RuntimeVersion="2.0.31005.0">
  <Deployment.Parts>
    <AssemblyPart x:Name="FindingChildControl" Source="FindingChildControl.dll" />
  </Deployment.Parts>
</Deployment>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India

Comments and Discussions