Textbox-tag und IsHitTestVisible Eigenschaft

<TextBox Foreground="Black" 
         FontFamily="Times New Roman" 
         FontWeight="Bold" 
         FontSize="15" 
         MaxHeight="50" 
         Margin="6,95,40.067,0" 
         Name="txt1" VerticalAlignment="Top" 
         IsHitTestVisible="False" 
         Height="30" 
         Grid.Row="4" 
         Grid.Column="2"/> 

Was ist die Rolle der IsHitTestVisible Eigenschaft auf der TextBox?

InformationsquelleAutor Prabhee | 2012-03-05
Schreibe einen Kommentar