Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This example shows how to set the Target property of a Label control.
The following example shows how to create a Label that uses AccessText and is bound to the target TextBox.
<TextBox Name="tb" Width="50"/>
<Label Target="tb">_File</Label>
How to: Create a Control That Has an Access Key and Text Wrapping