作者:VB.NET开发
项目:System.Window
Private Sub wrapOff(ByVal sender As Object, ByVal e As RoutedEventArgs)
myTextBox.TextWrapping = TextWrapping.NoWrap
End Sub
下面列出了vb System.Windows.TextWrapping 类(方法)源码代码实例,从而了解它的用法。
Private Sub wrapOff(ByVal sender As Object, ByVal e As RoutedEventArgs)
myTextBox.TextWrapping = TextWrapping.NoWrap
End Sub