WPF and XAML - HOWTO

From Yggenyk
Revision as of 19:44, 23 September 2009 by WikiSysop (talk | contribs)
Jump to navigation Jump to search

Label without accelerator

<source lang="csharp">

                       <Label>
                           <ContentPresenter RecognizesAccessKey="False" Content="_123">
                           </ContentPresenter>
                       </Label>

</source>

id=siteTree