WPF and XAML - HOWTO: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:English pages]]
[[Category:English pages]]
[[Category:Software development]]
[[Category:Software development]]
===Label without accelerator===
==Label without accelerator==
<source lang="csharp">
<source lang="csharp">
                         <Label>
                         <Label>

Revision as of 19:44, 23 September 2009

Label without accelerator

<source lang="csharp">

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

</source>

id=siteTree